skip to main content
Supported SQL functionality : SQL expressions : Operators : Concatenation operator
  

Try DataDirect Drivers Now
Concatenation operator
The concatenation operator manipulates character strings. The following table lists the only supported concatenation operator.
Table 18. Concatenation operator
Operator
Purpose
Example
||
Concatenates character strings.
SELECT 'Name is' || ename FROM emp
The result of concatenating two character strings is the data type VARCHAR.