Concatenate multiple records into one
Hi,
I want to concatenate multiple records of a column in a single field.like
I have data
num id
123 1
456 1
765 1
i want to make a new table from this as
number id
123,456,765 1
can anyone help me in this?
I m using ASP & SQL server
|