LENGTH
Syntax
LENGTH(str)Overview
LENGTH returns the length of the given str.
Parameter
Parameter
Description
str
Arbitrary expression that returns a string. It can have CHAR or TEXT type.
Last updated
LENGTH(str)LENGTH returns the length of the given str.
str
Arbitrary expression that returns a string. It can have CHAR or TEXT type.
Last updated