Re: FN-FORUM: Mysql syntax help
date posted 1st May 2008 16:40
On Thursday 01 May 2008 18:39:15 Alex Townsend wrote:
> Oops (and in my response that said the same thing) - Using Limit and
> the offset, record #1 is actually offset 0, so you need
>
> LIMIT 1,3 , not (the instinctive) 2,3
Instinctive? I get very confused if I'm faced with something that *doesn't*
index from zero - and I wonder *why* they're not doing things the Right
And Proper Way.