Skip to main content

LOWER

Returns a string with all characters changed to lowercase.

Syntax

LOWER(<str>)

Aliases

Return Type

VARCHAR

Examples

SELECT LOWER('Hello, Databend!'), LCASE('Hello, Databend!');

┌───────────────────────────────────────────────────────┐
│ lower('hello, databend!')lcase('hello, databend!')
├───────────────────────────┼───────────────────────────┤
│ hello, databend! │ hello, databend!
└───────────────────────────────────────────────────────┘
Try Databend Cloud for FREE

Multimodal, object-storage-native warehouse for BI, vectors, search, and geo.

Snowflake-compatible SQL with automatic scaling.

Sign up and get $200 in credits.

Try it today