Re: reg:Query

From: "Andy Shellam" <andy(dot)shellam(at)mailnetwork(dot)co(dot)uk>
To: "'sandhya'" <sandhyar(at)amiindia(dot)co(dot)in>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: reg:Query
Date: 2006-05-16 12:56:47
Message-ID: !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAAC4AAAAAAAAAt+qV6pqKPEmXG74TlFgX5gEAlpDSN+DrMEWnumhoRHpQKQAAAbLc9wAAEAAAAKaDNzHBbxlMnMLstafXD+sBAAAAAA==@mailnetwork.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

SELECT ... LIMIT 1

Will get the first row in the dataset. Then to fetch the next row, you can
do SELECT .. LIMIT 1 OFFSET 1 (will get the 2nd record) and so on.

(replace ... with your conditions, LIMIT must come at the end of the query)

Andy

_____

From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of sandhya
Sent: 16 May 2006 11:47 am
To: Postgres
Cc: sandhya
Subject: [ADMIN] reg:Query

Hi

Is there any query for possibility of getting only one row at a time in a
group of records?

With distinct rows & Columns my query has to return only one record at a
time with out any condition.Will it be possible?

Thank you,

Sandhya

!DSPAM:14,4469ca6434491997014324!

In response to

  • reg:Query at 2006-05-16 10:46:55 from sandhya

Browse pgsql-admin by date

  From Date Subject
Next Message Andy Shellam 2006-05-16 13:05:57 FW: reg:Query
Previous Message Simon Riggs 2006-05-16 12:08:07 Re: does wal archiving block the current client connection?