elasticsearch/docs/reference/esql/functions/concat.asciidoc

31 lines
438 B
Plaintext
Raw Normal View History

[discrete]
2023-05-11 23:02:27 +08:00
[[esql-concat]]
=== `CONCAT`
*Syntax*
2023-05-11 23:02:27 +08:00
[source,esql]
----
CONCAT(string1, string2[, ..., stringN])
----
*Parameters*
`stringX`::
Strings to concatenate.
*Description*
Concatenates two or more strings.
*Example*
[source.merge.styled,esql]
----
include::{esql-specs}/eval.csv-spec[tag=docsConcat]
2023-05-11 23:02:27 +08:00
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/eval.csv-spec[tag=docsConcat-result]
|===