SQL OFFFET

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