As the title says, I'd like to select a certain number of rows from a table starting from a specified row.
So for example, I have a table with 250 rows and the rows are numbered incrementally using a column called 'ref'. I now want to select rows 51-100. How would I go about doing that?