LOWER function
Returns the string text to lower-case
Syntax
LOWER(string)
Arguments
string: a string expression.
Returns
The string expression that contains the lower-case version of the original string.
Examples
> SELECT LOWER('CeloSQL');
celosql
Returns the string text to lower-case
LOWER(string)
string: a string expression.
The string expression that contains the lower-case version of the original string.
> SELECT LOWER('CeloSQL');
celosql