length
The length function returns the number of characters in a string (or elements in an array, if supported).
Usage
length(field)Example:
where length(message) > 100This matches records where the message field is longer than 100 characters.
The length function returns the number of characters in a string (or elements in an array, if supported).
length(field)Example:
where length(message) > 100This matches records where the message field is longer than 100 characters.