Skip to content

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) > 100

This matches records where the message field is longer than 100 characters.