Re: Oracle decode Function in Postgres

From: Terry Yapt <pgsql(at)technovell(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Oracle decode Function in Postgres
Date: 2003-09-03 18:12:41
Message-ID: 0fbclvc6dk70fal2j42ukuls344m9dg9j1@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>I read about that but, is there maybe somebody who wrote
>A decode function so that you can export Oracle code with decode
>Easily to Postgres.
>I ask for that cause I am a beginner in PGPLSQL.

Perhaps you want to accommodate your Oracle code to the new Oracle 9i
features. And that features supports CASE statement too:

http://www.oracle-base.com/Articles/9i/Case9i.asp

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2003-09-03 18:25:11 is it possible to do this? have a subselect that returns two columns
Previous Message Yuji Shinozaki 2003-09-03 18:11:15 Dumping select tables (omitting tables)