How to use split in SQL Server 2005?
Posted
by meenakshi
on Stack Overflow
See other posts from Stack Overflow
or by meenakshi
Published on 2010-03-17T04:58:21Z
Indexed on
2010/03/17
6:11 UTC
Read the original article
Hit count: 231
sql-server-2005
Table column has values with comma separated for ex: (1,2,3)
How to split this like
1
2
3
or
1 2 3
in SQL Server 2005.
© Stack Overflow or respective owner