I want to convert selected values horizontally into a comma separated string in MySQL.
The query is:
My desired output would look like this (in one string):
How can I achieve this?
View on Stack Overflow
I want to convert selected values horizontally into a comma separated string in MySQL.
The query is:
My desired output would look like this (in one string):
How can I achieve this?
View on Stack Overflow