For the complete documentation index, see llms.txt. This page is also available as Markdown.

lower

This section contains reference documentation for the lower function.

Converts string to lower case.

Signature

LOWER(col)

Usage Examples

select LOWER('Pinot') AS name
FROM ignoreMe
name

pinot

Was this helpful?