I do in mysql to search the last 1000 regitros:
select * from tabela order by id desc limit 1000;
Now, how do you do this in Firebird?
This way I get the following error message:
Dynamic SQL Error -SQL error code = @ 1 -Token unknown - line @ 1, column @ 2 -