Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
gosman
Starting Member
4 Posts |
Posted - 2006-04-05 : 07:26:33
|
| I have a db that contains a column named DSCODES. Values in DSCODES are seperated by a comma.If I run the following command.select distinct(DSCODES) from DBThe following is returned.S100,S102,S103S100,S103,S105What I would like returned is the followingS100S102S103S105Is this possible?Thank you in advanceGraham |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|