Back to Elasticsearch

Concat

docs/reference/query-languages/esql/_snippets/functions/examples/concat.md

9.4.0443 B
Original Source

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

Example

esql
FROM employees
| KEEP first_name, last_name
| EVAL fullname = CONCAT(first_name, " ", last_name)
first_name:keywordlast_name:keywordfullname:keyword
AlejandroMcAlpineAlejandro McAlpine
AmabileGomatamAmabile Gomatam
AnnekePreusigAnneke Preusig