Hi there,
I am looking for some help selecting the Nth row for a particular query.
I want to select the Nth row for a query that looks similar to this:
You would think there would be an easy way to select the nth row, I did some Googling and got all kinds of answers.Code:SELECT * FROM Comic WHERE Visible = 1 ORDER BY DatePublished


Reply With Quote

Bookmarks