Hi Buddies,
I just want to concatinate a column values.
For an example,
Table A
--------
ID Name DeptID
---------------
1 Mr.X DeptA
2 Mr.Y DeptB
3 Mr.Z DeptC
In the above table, i just want to concat all deptid as a single row.
So, My result would be something like this,
DeptA;DeptB;DeptC
Anybody can help me on this?
Thanks
Saga