Skip to main content

LIMIT / OFFSET

in Anatomy of a DPQL query
Authors list
Diterbitkan: 16 Mar 2017|Last updated: 3 Nov 2022

The LIMIT clause enables you to limit the number of rows returned. If you don’t specify a limit amount, a default limit of 2500 will be used to ensure correct operation.

You can use the OFFSET clause to skip over a certain number of rows before returning the LIMIT amount of rows. The OFFSET defaults to 0.

MembantuUnhelpful
next pageLAYER WITH
previous pageORDER BY

Please log in or register to submit a comment.