Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...