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 |
|
garima1010
Starting Member
1 Post |
Posted - 2010-03-17 : 00:03:28
|
| Hi,Presently in my table column the values are coming as'33|22|44|49'I am able to split them but I am only getting the first valueand not others.Can somene please tell me how to get all the values.Thanks. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2010-03-17 : 00:34:24
|
if you want the values in rows, useCSVTablefnParseListuse this if you want the values in columnsfnParseString KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|
|