Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 266 Bytes

File metadata and controls

22 lines (15 loc) · 266 Bytes
description
This section contains reference documentation for the lower function.

lower

Converts string to lower case.

Signature

LOWER(col)

Usage Examples

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