sql - How do I limit the number of records returned for Interbase 7.1? -
We have an interbace database and I'm trying to figure out how the number of records returned by query Restricted simply 1. I really have to know the event code from the final record, in which the query will return hundreds of records if I can not make some sort of limit.
Thanks in advance!
I think I thought it. There is a need to do something like this ...
SELECT SELECT ORDER BY COL ROWS 1
Comments
Post a Comment