CONCAT
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns a concatenated character string formed by concatenating two arguments.
Syntax
|
Notes
- Both
of the arguments must be of type
CHARACTERorVARCHAR. - The result is of type
VARCHAR. - If any of the argument expressions evaluate to
NULL, the result isNULL. - The two char_expression expressions and the result
of the
CONCATfunction can contain multi‑byte characters.
Example
This
example illustrates the CONCAT function:
|
Compatibility
ODBC compatible