Re: Standard syntax? - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: Standard syntax?
Date
Msg-id Pine.LNX.4.21.0010122044470.12683-100000@peter.localdomain
Whole thread Raw
In response to Standard syntax?  ("Franz J Fortuny" <ffortuny@ivsol.com>)
List 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@gmx.net       http://yi.org/peter-e/



pgsql-sql by date:

Previous
From: John McKown
Date:
Subject: Re: if else query help
Next
From: Tom Lane
Date:
Subject: Re: Standard syntax?