LOWER
Syntax
LOWER(<string>)
Description
Converts text to lowercase
Examples
Column1 | LOWER returns |
---|---|
TEST | test |
Hello Hannes | hello hannes |
teSt TWO | test two |
LOWER(<string>)
Converts text to lowercase
Column1 | LOWER returns |
---|---|
TEST | test |
Hello Hannes | hello hannes |
teSt TWO | test two |