How to get comma separated value in sql server. Sql Server Column in comma separated.
SQL Question Answer for Freshers
Write a SQL Query to Get all distinct(different) Country Name comma separated.
SQL QUERY: Select STRING_AGG(Country,',') From (Select Distinct Country From Employee ) As X