LENGTH
Calculates the number of characters in the input string.
Category: String Functions
Syntax
LENGTH(str)
Arguments
- str
varcharInput string value.
Returns
integer — Returns the computed result as integer.
Calculates the number of characters in the input string.
Category: String Functions
LENGTH(str)
varchar
Input string value.integer — Returns the computed result as integer.