Skip to content
agershun edited this page Dec 28, 2014 · 3 revisions

LIMIT

Select 20 records starting from record number 5

    alasql('SELECT * FROM Cities ORDER BY Name LIMIT 20 FETCH 5');
Clone this wiki locally