23 lines
632 B
Plaintext
23 lines
632 B
Plaintext
|
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
||
|
|
||
|
*Examples*
|
||
|
|
||
|
[source.merge.styled,esql]
|
||
|
----
|
||
|
include::{esql-specs}/string.csv-spec[tag=mv_concat]
|
||
|
----
|
||
|
[%header.monospaced.styled,format=dsv,separator=|]
|
||
|
|===
|
||
|
include::{esql-specs}/string.csv-spec[tag=mv_concat-result]
|
||
|
|===
|
||
|
To concat non-string columns, call <<esql-to_string>> first:
|
||
|
[source.merge.styled,esql]
|
||
|
----
|
||
|
include::{esql-specs}/string.csv-spec[tag=mv_concat-to_string]
|
||
|
----
|
||
|
[%header.monospaced.styled,format=dsv,separator=|]
|
||
|
|===
|
||
|
include::{esql-specs}/string.csv-spec[tag=mv_concat-to_string-result]
|
||
|
|===
|
||
|
|