Description
Converts the characters in a string_expression to lower case.Syntax
LOWER(string_expression)
Examples
LOWER('JohnSmith@GOTMAIL.COM') returns ‘johnsmith@gotmail.com’
Convert all characters in a string expression to lowercase. Use LOWER for case-insensitive matching and text normalization in ETL data pipelines.
LOWER(string_expression)
LOWER('JohnSmith@GOTMAIL.COM') returns ‘johnsmith@gotmail.com’
Was this page helpful?