I'm just formating the content exhibited in one of my columns to turn it more readable for the user. In this case I want to split the information composed by CONCAT function into thee lines, and keep it like this:
Startind Date: dd-mm-yy
Ending Date: dd-mm-yy
Next step: nononononono
So, I would like to compose the full string in the CONCAT function, using the traditional notation '\n' (or something similar to this) that will cause the line feed in the final text.
I'm just formating the content exhibited in one of my columns to turn it more readable for the user. In this case I want to split the information composed by CONCAT function into thee lines, and keep it like this:
Startind Date: dd-mm-yy
Ending Date: dd-mm-yy
Next step: nononononono
So, I would like to compose the full string in the CONCAT function, using the traditional notation '\n' (or something similar to this) that will cause the line feed in the final text.