In this moment I can make a selection of the first (or last) 10 records froma table.select * from table_name limit 10;I want to make a selection of the next 10 records (from 10 to 20 or from 50to 60) from a table.
How can I do that?