Subject mySQL Limit to Firebird
Author Tilo Muetze
Hi, a friend of mine tries to port a mySQL php site to Firebird. The only
place where he run into problems yet, is the LIMIT feature of mySQL(he needs
a simple search function which fetches n records and then the next n records
and so on). Is there any possibility to emulate the LIMIT(or Oracle ROWNUM)
functionality or does he have to use a stored procedure?

Regards,
Tilo