in reply to Re: Select Specific Row Of Data From MySQL using DBI?in thread Select Specific Row Of Data From MySQL using DBI?
If you do something like select * from TABLE_NAME LIMIT 51,1 you probably want to add an "order by" to that select.