Skip to main content Skip to complementary content

COALESCE

Returns the first value in a given list that is not null.

Syntax

COALESCE(VALUE1, VALUE2[, ...])

Arguments

VALUE

Type: any

A list of values of any type.

Returns

Type: same as input

The first VALUE that is not null.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!