Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LOWER
function returns the specified text string as a String value after it has been converted to lowercase letters.
Syntax
LOWER (text)
Arguments
text
: String
A String value that specifies the text.
Return values
String
The resulting text value.
Example
LOWER ("Sample")
returns "sample".