i have a string value '4578,6978,6578,987', now my requirement all comma's in the string should not come in resultset and should display like 4578 6978 6578 987
Asked
Active
Viewed 30 times
0
-
1[Look here](http://stackoverflow.com/search?tab=votes&q=sql%20server%20split%20string) – Zohar Peled May 11 '15 at 14:17
-
have you looked into `REPLACE` function? – Giorgos Betsos May 11 '15 at 14:33