I've got a MySQL query that sorts by a column and limits the results to only display the first result.
I'd like another query where it sorts by the same column and displays the next three rows in the table. So, it would need to omit the first row and show rows 2 - 4. How do I do this?
