hi.
i ve got a quick question here.
what is the meaning of the sql query
select* from table where name='me' limit 0,10
----------------------------------------------------
would it mean that the 0,10 would select from row 0 to 10
or
select the result of the name is me from result row 0 until 10?
i am doing a paging stuff here.
any respone would be greatly appreciated.
thanks alot.





Bookmarks