Home
SQL Server / T-SQL
Aggregate Functions
Analytical Functions
Constraints
Cursor
Data Set
Data Type
Database
Date Timezone
Index
Insert Delete Update
Math Functions
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
System
Table
Table Joins
Transact SQL
Transaction
Trigger
View
XML
LEN « String Functions « SQL Server / T-SQL
SQL Server / T-SQL
String Functions
LEN
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))