Subject Re: [firebird-support] The last records of a result set
Author Helen Borrie
At 12:22 PM 30/05/2005 +0000, you wrote:
>Hi there,
>
>I am using Firebrid 1.5.2 and need to get the last 10 records of a
>given result set. I'm sure a stored procedure is the answer, but would
>appreciate some ideas on actual code.
>
>Thanks in advance,

SELECT FIRST 10 .....
..
ORDER BY Something DESC

./HB