- Categories:
String & binary functions (Case Conversion)
LOWER¶
Returns the input string with all characters converted to lowercase.
Syntax¶
Arguments¶
exprThe string expression.
Returns¶
This function returns a value of type VARCHAR.
Examples¶
Convert strings in several different languages and character sets to lowercase:
LOWER supports collation specifications. This LOWER example
specifies collation with the tr (Turkish) locale: