LEN (Transact-SQL)
Windows Server 2003
Returns the number of characters of the specified string expression, excluding trailing blanks.
Note: |
|---|
| To return the number of bytes used to represent an expression, use the DATALENGTH function. |
Transact-SQL Syntax Conventions
- string_expression
-
Is the string expression to be evaluated.