Mysql
 sql >> Database >  >> RDS >> Mysql

Posso avere LINEFEED come separatore nella funzione CONCAT_WS di MySQL

SELECT CONCAT_WS("\n", "row1", "row2", "row3");
> row1
  row2
  row3

È quello che volevi?