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 |
Lopaka
Starting Member
48 Posts |
Posted - 2007-07-13 : 14:23:30
|
Creating a function,I am trying to convert a column in a table to a comma separated variable. for example:column123345456variable = 123, 345, 456kind of backward but it is the current need... Thank youRobert R. Barnes |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-07-13 : 15:18:12
|
There are plenty of CSV functions available here at SQLTeam if you really, really bad need to denormalize your table.Peter LarssonHelsingborg, Sweden |
 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-07-13 : 19:42:36
|
http://sqljunkies.com/WebLog/amachanic/archive/2004/11/10/5065.aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
dinakar
Master Smack Fu Yak Hacker
2507 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-07-14 : 00:15:28
|
or at front end if OP uses it MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|