- Overview
- Data types
- Commands
- Functions
- Overview
- Aggregate
- Conditional expression
- Conversion
- Date and time
- Numeric
- String
- Semi-structured data
On this page
lower
Returns the input string with all characters converted to lowercase.
Syntax
lower( <expr> )
On this page