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 |