Subject | Max Results |
---|---|
Author | Uwe Oeder |
Post date | 2003-11-18T06:38:08Z |
How can I tell firebird to return only a set amount of records ?
SELECT * FROM People ; Returns 70000 records but I want to return only the
first 100 ?
SELECT * FROM People ; Returns 70000 records but I want to return only the
first 100 ?