Reference material for LENGTH function
LENGTH
is a synonym for ARRAY_LENGTH
Parameter | Description | Supported input types |
---|---|---|
<expression> | The string or binary data for which to return the length. | TEXT , BYTEA . For ARRAY , see ARRAY_LENGTH |
INTEGER
LENGTH
to find the length of any string, such as:
19