I have a table that contains customers address information along with orderid's. Each new orderid represents a new row in the table
I would like to gather all of the orderid's for each customer, seperated by a delimiter, into one column. This would result in one record per customer instead of many.
I realize that I will need to create another table. I am just having trouble with the SQL.
I am using Sever2000. Thanks
I would like to gather all of the orderid's for each customer, seperated by a delimiter, into one column. This would result in one record per customer instead of many.
I realize that I will need to create another table. I am just having trouble with the SQL.
I am using Sever2000. Thanks