Skip to main content

Limit

Short Description

The Limit node limits the data returned and will output the specified number of rows

Detailed Descriptionā€‹

The Limit node returns only the specified number of rows. For instance, if the child node is a sequential scan, execution of that scan will be stopped when ā€˜nā€™ rows have been returned. The Limit node is introduced by the SQL LIMIT clause and optionally accepts an OFFSET

Search onlineā€‹

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.