Community

Porting LIMIT and OFFSET SELECT clauses to DB2

(Radim Kolar) Opensource databases such as MySQL and PostgreSQL supports non standard SELECT extension for limiting number of returned rows from query. You can see description in PostgreSQL manual. Look for keywords LIMIT and OFFSET. LIMIT specifies the maximum number of rows to return, while OFFSET

Read More - Register for Free Membership

Tags: