I want to covert the result row from the select query into a comma-separated string. I have table in which there are 153 columns. the select query is like as follow
SELECT * FROM mytable where id = 3
I want all the resulting 153 columns of a row in a comma-separated string. Is there any trick in MySql?