How do you select a mysql database base on what row number it is.
For example I want to select row number 24 in the database, how could I?
select * from table limit 24,1
The manual is your best friend.