Subject SELECT with LIMIT on FIREBIRD
Author netsurfer_ro
i am new to FireBird 1.5

In MySql i could do somethnig like this:
SELECT * FROM table LIMIT 5,10;

Can i do SOMETHING LIKE THAT in FireBird?
(If not, maybe it could be done using the record number.)