Parameter | Type | Description |
---|---|---|
str | string | the string to find the length of |
Returns: integer
Example
query:
SELECT LENGTH("alphabet")
results:
length |
---|
8 |
The string function used to return the length of a string.
Parameter | Type | Description |
---|---|---|
str | string | the string to find the length of |
query:
SELECT LENGTH("alphabet")
results:
length |
---|
8 |