Concatenate multiple rows & columns into single string - SQL SELECT
How is it possible to concatenate values from multiple rows and columns into a single string in SQL ? I also need to separate the values with commas. Can you please provide an example ?