I need to merge data from 2 columns to another column. And then merge all rows of that added column into one cell in another table..
Added two columns to one a column.!! to see image click [https://i.stack.imgur.com/srcrp.png]
code used :
SELECT (CustomerName + ' ' + ContactName) as onecolumn from company_PR
Now I need to merge all rows of that added column into one cell in another table. like shown in this image