Porting from Oracl to Postgres

From: Jomon Skariah <jomons(at)aztec(dot)soft(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Porting from Oracl to Postgres
Date: 2003-09-05 04:24:28
Message-ID: F83B457BE363174B8233DE042A1445705BB961@maya.aztec.soft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

Thanks for your replys.

We are facing another problem now.

we need to find an alternative for Oracle's ADD_MONTHS in PostGres..

Regards

Jomon

-----Original Message-----
From: Rod Taylor [mailto:rbt(at)rbt(dot)ca]
Sent: Friday, September 05, 2003 1:20 AM
To: Jomon Skariah
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: MINUS & ROWNUM in PostGres

> 1) Do we have a replacement in PostGres for MINUS operator of Oracle .

I believe MINUS is non-standard word for EXCEPT, correct?

> 2 Also I need to find an alternative for ROWNUM in oracle..

If you are looking for a unique identifier, try using the OID.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Yaroslav Ulyanov 2003-09-05 06:57:26 Re: Help me
Previous Message George Weaver 2003-09-04 20:48:00 Re: Help me