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 |
|
09999
Starting Member
5 Posts |
Posted - 2011-07-06 : 15:32:15
|
| I have a column that contains data with deliminator. How do I write a query that give me multiple records.For example:cityabc,defghi,jklmno,pqrsI need a query that can give me output ascityabcdefghijklmnopqrs |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2011-07-06 : 15:42:00
|
| One method here: http://www.sqlteam.com/article/parsing-csv-values-into-multiple-rows |
 |
|
|
|
|
|