CONVERT (ODBC compatible)
- Last Updated: April 4, 2016
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
CONVERT (ODBC compatible)
Converts an expression to another data type. The first argument is the expression to be converted. The second argument is the target data type.
If the expression evaluates
to NULL, the result of the function is NULL.
The
ODBC CONVERT function provides ODBC‑compliant syntax
for data type conversions. You must enclose the function with the
ODBC escape clause { fn } to use ODBC-compliant syntax.
Syntax
|
Notes
Braces are part of the actual syntax. The following data types are used:
|
Compatibility
ODBC compatible