Exasol 7.1 reached end of life on June 30, 2025, and this documentation is no longer updated. To explore the documentation for the latest versions of Exasol, start here.
Concatenation operator ||
Returns the concatenation from string1 and string2. This concatenation operator is equivalent to the CONCAT function.
Syntax
|| operator::=
The SQL literal NULL is handled as an empty string.