selection limit - Mailing list pgsql-novice

From cristi
Subject selection limit
Date
Msg-id 006c01c39ab8$f453d2e0$7201a8c0@dmhi.ct.ro
Whole thread Raw
List pgsql-novice
In this moment I can make a selection of the first (or last) 10 records from
a table.
select * from table_name limit 10;
I want to make a selection of the next 10 records (from 10 to 20 or from 50
to 60) from a table.

How can I do that?



pgsql-novice by date:

Previous
From: "Jordan S. Jones"
Date:
Subject: Re: how to create a multi columns return function ?
Next
From: "Muhyiddin A.M Hayat"
Date:
Subject: Re: selection limit