Subject | RE: [firebird-support] Top X Query with Firebird |
---|---|
Author | Alan McDonald |
Post date | 2004-09-19T05:57:53Z |
>SELECT FIRST 5 SKIP 10 FIELD1, FIELD2 FROM TABLE1
> What's the best way to perform a Top x query with Firebird? For
> instance, I want to select some records, but only show the user the
> top 5 results.
>