| Parameter | Type | Description |
|---|---|---|
str | string | the string to convert ot lower case |
Returns: string
Example
query:
SELECT LOWER("Baked Beans")
results:
| lower |
|---|
| baked beans |
The string function used to converts a string to lower-case.
| Parameter | Type | Description |
|---|---|---|
str | string | the string to convert ot lower case |
query:
SELECT LOWER("Baked Beans")
results:
| lower |
|---|
| baked beans |
CONCAT, ENDSWITH, LEFT, LENGTH, LPAD, LTRIM, MID, REGEX, REPLACE, REVERSE, RIGHT, RPAD, RTRIM, STARTSWITH, SUBSTRING, STR_AFTER, STR_BEFORE, STR_CONTAINS, STRING_SPLIT, TRIM, UPPER