Length() mvSQL database function in Jitterbit App Builder
Summary
Returns the number of characters of the specified string, excluding trailing blanks.
Syntax
LENGTH(<string>)
Parameters
string
The string to evaluate.
Returns
Returns the number of characters of the specified string, excluding trailing blanks.
Examples
LENGTH('ABCDEF')
Returns
5