Re: Standard syntax?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Franz J Fortuny <ffortuny(at)ivsol(dot)com>
Cc: sqllist <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Standard syntax?
Date: 2000-10-12 18:45:55
Message-ID: Pine.LNX.4.21.0010122044470.12683-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Franz J Fortuny writes:

> select col1,
> case when col2 = true then
> col3
> else
> col4
> end as colw,
> colM
> where .... etc.

> is this a "standard" or ANSI 9X compatible syntax

Yes.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-10-12 19:32:26 Re: Standard syntax?
Previous Message John McKown 2000-10-12 18:37:09 Re: if else query help