How do I limit the number of records in a cursor using DB2 native SQL? I know how to do it in ODBC and JDBC. The answer to your question is to use the FETCH FIRST n ROWS ONLY clause. This clause, new ...