MySQL BRAINGLINE на строке
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