Returns the first non-NULL expression from a list.
COALESCE ( expression, expression [ , … ] )
Parameter
Description
expression
Any expression.
ANY
The following statement returns the value 34:
SELECT COALESCE( NULL, 34, 13, 0 ) FROM iq_dummy
SQL—ISO/ANSI SQL compliant.
Sybase—Compatible with Adaptive Server Enterprise.