View Single Post
  #11 (permalink)  
Old 08-21-09, 03:25
JarlH JarlH is offline
Registered User
 
Join Date: Dec 2008
Location: At work...
Posts: 68
SQL-2003 (ISO/IEC 9075-2:2003 (E)):
6.11 <case expression>
[...]
<case abbreviation> ::=
NULLIF <left paren> <value expression> <comma> <value expression> <right paren>
| COALESCE <left paren> <value expression> { <comma> <value expression> }... <right paren>
[...]


I.e. two arguments or more.
Reply With Quote