Subject RE: [firebird-support] Top X Query with Firebird
Author Alan McDonald
>
> 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.
>

SELECT FIRST 5 SKIP 10 FIELD1, FIELD2 FROM TABLE1