By Oscar_paredes on Sun, 12/15/2019 - 16:30 Databases In this shosrt post we will show how to obtain the N first rows from a Query on IBM DB2. With Oracle SQL would be with ROWNUM, and with SQL Server we'd use TOP. This is the Top 10 query syntax: select * from My_Table fetch first 10 rows only SQL DB2 Book traversal links for TOP 10 registros en DB2 ‹ Snapshots para tuning DB2 Up Tabla DUAL en DB2: sysibm.sysdummy1 ›