Could someone tell me how to add a new line in a text that I enter in a MySql table?
I tried using the \'\\n\' in the line I entered with INSERT I
\'\\n\'
INSERT I
INSERT INTO myTable VALUES("First line\r\nSecond line\r\nThird line");