Re: MINUS & ROWNUM in PostGres - Mailing list pgsql-sql

From Jomon Skariah
Subject Re: MINUS & ROWNUM in PostGres
Date
Msg-id F83B457BE363174B8233DE042A1445705F6DA2@maya.aztec.soft.net
Whole thread Raw
In response to MINUS & ROWNUM in PostGres  (Jomon Skariah <jomons@aztec.soft.net>)
List pgsql-sql

Hi,

Do we have any replacement for REPLACE() of Oracle in PostGres?

I know we can function to do same job.


Regards

Jomon



-----Original Message-----
From: Kris Jurka [mailto:books@ejurka.com]
Sent: Monday, September 08, 2003 1:52 PM
To: Rod Taylor
Cc: Jomon Skariah; pgsql-sql@postgresql.org
Subject: Re: [SQL] MINUS & ROWNUM in PostGres




On Thu, 4 Sep 2003, Rod Taylor wrote:

> > 2    Also I need to find an alternative for ROWNUM in oracle..
>
> If you are looking for a unique identifier, try using the OID.
>

ROWID is oracle's unique identifier, ROWNUM is the row number in a query
result.  In the past it has been suggested that ROWNUM could be replaced
by the nextval of a temporary sequence.

Kris Jurka


pgsql-sql by date:

Previous
From: Kris Jurka
Date:
Subject: Re: MINUS & ROWNUM in PostGres
Next
From: Dennis Gearon
Date:
Subject: Re: [GENERAL] plPGSQL bug in function creation