Re: Question about selecting rows

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Question about selecting rows
Дата
Msg-id 20060415230352.GA99028@winnie.fuhr.org
обсуждение исходный текст
Ответ на Question about selecting rows  ("Hrishikesh Deshmukh" <hdeshmuk@gmail.com>)
Список pgsql-general
On Sat, Apr 15, 2006 at 06:44:29PM -0400, Hrishikesh Deshmukh wrote:
> I have a question about selecting rows, my table has 20,000 rows, i want to
> look at rows 5000 to 10,000.

See OFFSET and LIMIT in the SELECT documentation.  Be sure to read
the advice about using ORDER BY.

http://www.postgresql.org/docs/8.1/interactive/sql-select.html#SQL-LIMIT

--
Michael Fuhr

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

Предыдущее
От: Douglas McNaught
Дата:
Сообщение: Re: Question about selecting rows
Следующее
От: Nirmalya Lahiri
Дата:
Сообщение: Re: Update from diferents conditions