ranta
Programmer
- Jun 24, 2003
- 30
I am trying to insert a list of id's into a text column in a comma deliminated format. The list is coming from the ID's of another table.
Is there anyway I can do this without looping through the table and building the variable with ',' and then updating the result table?
I was hoping that I could run an update SQL statement and populate the column with the results of a sub-select statment(is it possible to make this result build a string instead of returning each result one at a time??)
Cheers,
Ranta
Is there anyway I can do this without looping through the table and building the variable with ',' and then updating the result table?
I was hoping that I could run an update SQL statement and populate the column with the results of a sub-select statment(is it possible to make this result build a string instead of returning each result one at a time??)
Cheers,
Ranta