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 |
CONCAT
, ENDSWITH
, LEFT
, LOWER
, LPAD
, LTRIM
, MID
, REGEX
, REPLACE
, REVERSE
, RIGHT
, RPAD
, RTRIM
, SUBSTRING
, STARTSWITH
, STR_AFTER
, STR_BEFORE
, STR_CONTAINS
, STRING_SPLIT
, TRIM
, UPPER