SQL LEN() Function
The LEN function is useful to count the number of characters in a column you specified as the parameter. LEN is short for length. The LEN function returns the number of characters including spaces or any character within that column.
You can use SQL Alias to name the result of the LEN function.
SQL LEN() Syntax
- Read more about SQL LEN() Function
- Log in or register to post comments
- 108 views