LEN « String Functions « SQL Server / T-SQL






1.LEN: Returns the length of a string as an integer
2.LEN(): returns the length of a string as an integer
3.LEN(@Value)
4.REPLICATE('*', 20 - LEN(Name))