6
I do in mysql to fetch the 1000 last regions:
select * from tabela order by id desc limit 1000;
Now, how do you do it in the Firebird?
doing so have the following error message:
Dynamic SQL Error -SQL error code = @1 -Token Unknown - line @1, column @2 -@1