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