Subject | Re: [ib-support] second most recent value |
---|---|
Author | Paul Reeves |
Post date | 2002-04-28T15:52:52Z |
On Sun, 28 Apr 2002 16:54:25 +0200, Duilio Foschi wrote:
select first 1 skip 1 qty
from Table1
order by d_mov desc
Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase
>Did you try
> If I want the most recent value of QTY, I can write
>
> "select first 1 qty from Table1 order by d_mov desc"
>
select first 1 skip 1 qty
from Table1
order by d_mov desc
Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase