- Notifications
You must be signed in to change notification settings - Fork689
Limit
Mathias Rangel Wulff edited this pageJun 12, 2015 ·3 revisions
Limit the number of records from result set.
Syntax:
SELECT ...LIMITnumber FETCHnumber
For example, select 20 records starting from record number 5
alasql('SELECT * FROM Cities ORDER BY Name LIMIT 20 FETCH 5');
© 2014-2026,Andrey Gershun &Mathias Rangel Wulff
Please help improve the documentation by opening a PR on thewiki repo