Type: Function
Function: LENGTH
Syntax: LENGTH(array|string)
Description: Returns the length of an array or a string.
Sample usage:
LENGTH(label_names)
returns the number of elements in thelabel_names
field value.LENGTH("abdc")
returns the length of the string, which is4
.