I am making some paging, and I need to make some query and get the result form defined slicing . for example: I need to get all \"top\" rows in range 20n < x < 40n et
you can also check this link
SELECT * FROM master_question WHERE 1 ORDER BY question_id ASC LIMIT 20
master_question
question_id
for more detail click here