Name: Anonymous 2011-12-21 10:00
Hello, I'm retarded and need your help.
I'm using php and mysql.
I'm trying to pull a certain range from the table. I'm aware that LIMIT can do this; however, I'm trying to pull from a specific row that has a specific ID/Name.
So lets say I'm trying to find a row with a field containing "Herp123" and 10 rows below it, how would I do this?
How do dis:
select * from table LIMIT (Herp123's row number),10
I'm using php and mysql.
I'm trying to pull a certain range from the table. I'm aware that LIMIT can do this; however, I'm trying to pull from a specific row that has a specific ID/Name.
So lets say I'm trying to find a row with a field containing "Herp123" and 10 rows below it, how would I do this?
How do dis:
select * from table LIMIT (Herp123's row number),10