Thread: RE: [SQL] Limit Questions 2

RE: [SQL] Limit Questions 2

From
"Jackson, DeJuan"
Date:
try: select * from company_auth LIMIT 10,90-DEJ

> can you do a 
> 
> select * from company_auth LIMIT 10-100?-


Re: [SQL] Limit Questions 2

From
Chris Bitmead
Date:
"Jackson, DeJuan" wrote:
> 
> try: select * from company_auth LIMIT 10,90

What does this syntax mean?