MySQL - Select all as one string
        Posted  
        
            by poru
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by poru
        
        
        
        Published on 2010-03-12T23:24:43Z
        Indexed on 
            2010/03/12
            23:27 UTC
        
        
        Read the original article
        Hit count: 362
        
mysql
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.
© Stack Overflow or respective owner