Skip to main content

LIMIT / OFFSET

in Anatomy of a DPQL query
Authors list
Published: Mar 16, 2017|Last updated: Nov 3, 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.

HelpfulUnhelpful
next pageLAYER WITH
previous pageORDER BY

Please log in or register to submit a comment.