Subject | SELECT with LIMIT on FIREBIRD |
---|---|
Author | netsurfer_ro |
Post date | 2004-11-12T06:45:32Z |
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.)
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.)