If I wanted to limit a query so that it started at row 4 and showed all rows in that table whats the way to do that
I read somewhere LIMIT 4,-1 would do it but it didnt seem to work.
I know that if I did say LIMIT 4,10 that would show rows 4-10 but I need to show the remainder of the table if possible?






Bookmarks