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 test VALUES('a line\nanother line');
\n just works fine here
\n