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.