String Functions in SQL Server.
Hi Friends,in this article i would like to explain String Functions in SQL Server.
* LEN (string) - Returns the length of the given string.
For Example :
select len(Address) as Address from Employee
Want to have your say? just login



Be first to show your opinion !!!