SQL OFFFSET
SELECT column_list
FROM table1
ORDER BY column_list
LIMIT row_count OFFSET offset;
Inquisitive Ibex
SELECT column_list
FROM table1
ORDER BY column_list
LIMIT row_count OFFSET offset;