displaying records from X to Y

From: "Mel Jamero" <mel(at)gmanmi(dot)tv>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: displaying records from X to Y
Date: 2002-10-16 02:25:29
Message-ID: 000401c274bb$4bce41b0$1b06a8c0@mel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-10-16 04:10:40 Re: displaying records from X to Y
Previous Message János Löbb 2002-10-15 22:33:09 jdbc connection from Eomodeler to postgresql 7.2.3