I have an SQL Query that i\'m running but I only want to select a specific row. For example lets say my query was:
Select * from Comments
L
SELECT * FROM comments WHERE ...conditions... LIMIT 1 OFFSET 8
OFFSET is a good thing for MySQL