Hi all,
need help with sql cript.
let's have these rows:
Col1 Col2 ... Coln
1. Project1 Notes1 ...
2. Project1 Notes2 ...
......
10. Project1 Notes2 ...
and I need to get this result in one row :
Col1 Col2
1. Project1 Notes1,Notes2,Notes3....Notesn
how can I do that?
many thanx!
need help with sql cript.
let's have these rows:
Col1 Col2 ... Coln
1. Project1 Notes1 ...
2. Project1 Notes2 ...
......
10. Project1 Notes2 ...
and I need to get this result in one row :
Col1 Col2
1. Project1 Notes1,Notes2,Notes3....Notesn
how can I do that?
many thanx!