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 [EMAIL PROTECTED] http://yi.org/peter-e/
- [SQL] Standard syntax? Franz J Fortuny
- Re: [SQL] Standard syntax? Josh Berkus
- Re: [SQL] Standard syntax? Tomas Berndtsson
- Re: [SQL] Standard syntax? Jie Liang
- Re: [SQL] Standard syntax? Peter Eisentraut
- Re: [SQL] Standard syntax? Tom Lane