Home » questions » DB2 and ACCESS - limitation of the query result?
DB2 and ACCESS - limitation of the query result?
How can I limit the number of rows in the result of my query ?
(with DB2 and ACCESS)
The equivalent of
WHERE ROWNUM < 100
with ORACLE
I think it's something like
FETCH FIRST n ROW
for DB2 but I'm not sure
And I don't know for ACCESS...

Answers
nigel h
On 2006-08-02 09:54:16
Paul B
On 2006-08-02 07:44:21