How to use split in sql 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 5:01 UTC
Read the original article Hit count: 193

Filed under:

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 sql2005.

© Stack Overflow or respective owner

Related posts about sql-server-2005