martinweston said:Why would ya want to do this!!!!!!
Oh, and not sure about MS SQL but if it is the same as MySQL:
SELECT * FROM `your_table` LIMIT 2, 1
Jaffa_Cake said:Use an auto-incrementing (<-- spelling) ID field.
SELECT * FROM table WHERE id = 2