Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Convert the string value to multiple rows in sql server

$
0
0
hi this is my requirement.

---Input
declare @name varchar(10) = 'Server'

select @name

---Output:
S
e
r
v
e
r

Viewing all articles
Browse latest Browse all 3145

Trending Articles