LIMIT issues

admin

Administrator
Staff member
Ok say I have called up 14 rows.....

Say I want to limit them using LIMIT by 1st 2nd third etc.

Limit 1 -- Gets me the first row

Limit 1, 1 -- would that get me the second row?????

would Limit 2, 1 get me the third???

BTW I am using MYsql 3.23
 
Back
Top