LEN (SQL)
A string function that returns the number of characters in a string expression.
Synopsis
LEN(string-expression)
Description
LEN returns the number of characters in a string expression
The LEN function is an alias for the LENGTH function. LEN is provided for TSQL compatibility. Refer to LENGTH for further details.