MySQL - Select all as one string
- by poru
How could I select all as one string seperated with a ,?
Example table:
Table
Stringtest
Examplestring2
Anotherstring
Otherstring
And the selected result should be Stringtest,Examplestring2,Anotherstring,Otherstring.