ESQL string operator

A single string operator, concatenation, is supported in ESQL.

Operator ||
The result is the concatenation of the two operands. You can concatenate string values (CHARACTER, BIT, and BLOB).

If either operand is NULL, the result is NULL.