Can i have LINEFEED as separator in CONCAT_WS function of mySQL -
To obtain a set of values separated by commas, type a mySQL CONCAT_WS () I am using the function.
I need output to appear as a group of rows instead of a CSV How can this be done?
Thanks, Chuck
select CONCAT_WS ("\ n", "row1", "row2", "row3 "); & Gt; Line 1 row 2 line 3 Do you want to?
Comments
Post a Comment