Hi peeps...
A good day to all of you yea~ as i know, i can retrieve only the first row by using the keyword limit 1:
select * from tblTesting limit 1
for selecting the first two rows are:
select * from tblTesting [B]limit 2[/B]
is there any solution to getting the second row? not the two rows but is second..
THANKS yea~