Subject | AW: [firebird-support] select first and skip |
---|---|
Author | Olaf Kluge |
Post date | 2012-05-16T12:49:58Z |
Hello Martijn,
[Non-text portions of this message have been removed]
>You could use a client side sorting method, eg via a TClientDataset.Many Thanks
>Alternatively, use a selectable stored procedure that returns the set of
>records and sort ASC when selecting from the stored procedure.
>Or use a Derived Table:
>select *
>from (select first 5 skip 10 ... order by id desc)
>order by id asc
>With regards,
>Martijn Tonies
>Upscene Productions
> <http://www.upscene.com> http://www.upscene.com
[Non-text portions of this message have been removed]