WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
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.