concat.asciidoc 438 B

123456789101112131415161718192021222324252627282930
  1. [discrete]
  2. [[esql-concat]]
  3. === `CONCAT`
  4. *Syntax*
  5. [source,esql]
  6. ----
  7. CONCAT(string1, string2[, ..., stringN])
  8. ----
  9. *Parameters*
  10. `stringX`::
  11. Strings to concatenate.
  12. *Description*
  13. Concatenates two or more strings.
  14. *Example*
  15. [source.merge.styled,esql]
  16. ----
  17. include::{esql-specs}/eval.csv-spec[tag=docsConcat]
  18. ----
  19. [%header.monospaced.styled,format=dsv,separator=|]
  20. |===
  21. include::{esql-specs}/eval.csv-spec[tag=docsConcat-result]
  22. |===