/
COALESCE

COALESCE

Syntax

COALESCE(<any>;..)

Description

Returns the first non-null argument value for non-string values. It returns the first non-empty argument value for strings. COALESCE is a commonly used SQL function.

Examples

Column1Column2COALESCE(#Column1;#Column2)COALESCE(#Column2;#Column1)
155155
2<null>22
<null>575757
458458

Related content

Date and Time Parse Patterns
Date and Time Parse Patterns
Read with this
COALESCE
COALESCE
More like this
COALESCE
More like this
CASE
More like this
CASE
More like this
CASE
More like this