Standard syntax? - Mailing list pgsql-sql

From Franz J Fortuny
Subject Standard syntax?
Date
Msg-id 00fb01c03474$193888c0$3167a8c0@chapur
Whole thread Raw
Responses Re: Standard syntax?
Re: Standard syntax?
List pgsql-sql
I have been using (with success) this SQL statement in PostgreSQL:

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

The above syntax, however, does not work for Interbase (6.01). For those who
have had experience in other SQL servers, is this a "standard" or ANSI 9X
compatible syntax or should I refrain from such syntax if I want my
statements to be transportable from SQL Server to SQL Server?

Best regards,

Franz Fortuny




pgsql-sql by date:

Previous
From: Jie Liang
Date:
Subject: Re: if else query help
Next
From: Josh Berkus
Date:
Subject: Re: Standard syntax?