Обсуждение: RE: [SQL] Limit Questions 2

Поиск
Список
Период
Сортировка

RE: [SQL] Limit Questions 2

От
"Jackson, DeJuan"
Дата:
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

От
Chris Bitmead
Дата:
"Jackson, DeJuan" wrote:
> 
> try: select * from company_auth LIMIT 10,90

What does this syntax mean?