MySQL - Concat all colums in a string

后端 未结 0 1835
情歌与酒
情歌与酒 2021-01-24 05:23

I need to concat all columns in a string of a row. Something like this can be possible?

SELECT CONCAT_WS(\';\', *) FROM db.table

Table:

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题