Valores de colunas do MySQL como string separada por vírgula

SELECT GROUP_CONCAT(column_name) FROM table_name;
amit.bhagat