LOWER
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the result of the argument char_expression after
converting all the characters to lowercase.
Syntax
|
Example
This
example illustrates the LOWER function:
|
Notes
- The
argument to the function must be of type
CHARACTER. - The result is of type
CHARACTER. - If the argument expression evaluates to
NULL, the result isNULL.
Compatibility
SQL compatible