LOWER
All functions > STRING > LOWER
Converts all characters in a string to lowercase.
Syntax
LOWER(expr)
sql
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
string | VARCHAR | Yes | Input string to convert |
Returns
String with all characters converted to lowercase
Notes
- Affects only alphabetic characters
- Non-alphabetic characters remain unchanged
- Handles Unicode characters correctly