Suppose i have a table with the following data:
ClientID ClientName
3 saurabh Malhotra
4 patel Mon
6 Sajith raju
7 Vipin parmar
8 Monoj trivedi
We need to concatenate the ClientName column like the following:
saurabh Malhotra, patelMon, Sajith raju, Vipin parmar, Monoj trivedi