| Subject | second most recent value | 
|---|---|
| Author | Duilio Foschi | 
| Post date | 2002-04-28T19:10:36Z | 
From:  Woody
1) order by d_mov desc
<
this was the solution I could have thought of, but I didn't... :(
Thank you
Duilio
            >select first 1 qty from Table1 where d_mov < (select max(d_mov) from Table
1) order by d_mov desc
<
this was the solution I could have thought of, but I didn't... :(
Thank you
Duilio