can i create a sql query that show me only one column but in these column are all the rows with semicolon. My example: Select Name from table1 -> Shows
[Name]
Peter
Doug
Mustafa
Emre
And now i want a query that show me that:
[Name]
Peter;Doug;Mustafa;Emre
Can u please help me!?
Greetz