Hi all
I'm rather perplexed as to how I'm supposed to select rows from a database without having to use 9999 in my limit and I can't seem to find anything on how you specify fetching anything from a certain row onwards.
Using this at the moment
LIMIT 10, 9999
I was hoping to use something like this but it doesn't work
LIMIT 10, *