1
0

coalesce.asciidoc 274 B

12345678910111213
  1. [[esql-coalesce]]
  2. === `COALESCE`
  3. Returns the first non-null value.
  4. [source.merge.styled,esql]
  5. ----
  6. include::{esql-specs}/null.csv-spec[tag=coalesce]
  7. ----
  8. [%header.monospaced.styled,format=dsv,separator=|]
  9. |===
  10. include::{esql-specs}/null.csv-spec[tag=coalesce-result]
  11. |===