version 11
CONCATENATE (arithmetic_expression, arithmetic_expression)
Description
The CONCATENATE function returns the two arithmetic_expression type arguments passed as a single concatenated string.
Example
See the example for the CONCAT function.
See Also