Breakline MySQL na ciągu
INSERT INTO test VALUES('a line\nanother line');
-- \n just works fine here
GutoTrosla
INSERT INTO test VALUES('a line\nanother line');
-- \n just works fine here