Share Blog

Friday, March 07, 2014

How we Can Find the LENGH of string in column using FUNCTION in SQL SERVER

SYNTAX:
SELECT LEN( Column_name) from Table_name
Example
select LEN(name) from student

No comments:

Post a Comment