How do you append a carriage return to a value in MySQL?
Answers
Answered by
0
This is what I have so far; I want the cuisine to go in on a new line:
select concat(field_id_20, '\r', 'french')
Similar questions