Functions
LOWER
Convert to lowercase
Try it
When to use it
When should I use LOWER?
Use LOWER to normalize text to lowercase before comparisons or before displaying user-facing strings in a consistent format.
Used in
Syntax
LOWER(text)Convert to lowercase
Use LOWER to normalize text to lowercase before comparisons or before displaying user-facing strings in a consistent format.
LOWER(text)