displaying records from X to Y

Поиск
Список
Период
Сортировка
От Mel Jamero
Тема displaying records from X to Y
Дата
Msg-id 000401c274bb$4bce41b0$1b06a8c0@mel
обсуждение исходный текст
Ответ на Re: test geometry ... FAILED  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: displaying records from X to Y
Список pgsql-novice
hi!

i can access the first 100 records by this command:

=> select * from foo_table limit 100;
OR
=> select * from foo_table order by foo_column desc limit 100;

how do i access the next 100 records without having the first 100 displayed?

thanks!

mel


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