RE: [SQL] Limit Questions 2

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: [SQL] Limit Questions 2
Дата
Msg-id D05EF808F2DFD211AE4A00105AA1B5D21006EC@cpsmail
обсуждение исходный текст
Список pgsql-sql
sorry it would be:SELECT * FROM company_auth LIMIT 90,10;
akaSELECT * FROM company_auth LIMIT 90 OFFSET 10;
It means to give me at most 90 rows after skipping the first 10.

> > try: select * from company_auth LIMIT 10,90
> 
> What does this syntax mean?


В списке pgsql-sql по дате отправления:

Предыдущее
От: Mark Jewiss
Дата:
Сообщение: Re: [SQL] finding the most recent records
Следующее
От: JT Kirkpatrick
Дата:
Сообщение: combining a single field in two tables into one column.