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 |
|
Shivapdit
Starting Member
3 Posts |
Posted - 2009-09-24 : 08:25:09
|
| Hi All,I am having source table with below listed data set.EMPID ADD101 Chennai,Tamilnadu,India102 Delhi,India103 6th Street,Downst,CY,USA--------I need create a View with below data formatEMPID ADD101 Chennai101 Tamilnadu101 India102 Delhi102 India103 6th Street103 Downst103 CY103 USA--Please help me in this reagrd..Thanks in advance...Regards,Shiva |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-09-24 : 08:36:48
|
| http://www.sqlteam.com/article/parsing-csv-values-into-multiple-rowsMadhivananFailing to plan is Planning to fail |
 |
|
|
Shivapdit
Starting Member
3 Posts |
Posted - 2009-09-24 : 09:00:16
|
| Madhivanan, Thanks a lot for quick reply...But I am not able to use CHARINDEX function in SQL.Any idea??? |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2009-09-24 : 09:02:08
|
quote: Originally posted by Shivapdit Madhivanan, Thanks a lot for quick reply...But I am not able to use CHARINDEX function in SQL.Any idea???
Which version of SQL Server are you using?MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|