Newlines do not work as expected in WB. For example
SELECT 'This\nIs\nFour\nLines';
generates four lines (one word per line) in phpMyAdmin but a single line when executed in the workbench. Is there a setting that can be changed so WB will generate the same result as phpMyAdmin?
SELECT 'This\nIs\nFour\nLines';
generates four lines (one word per line) in phpMyAdmin but a single line when executed in the workbench. Is there a setting that can be changed so WB will generate the same result as phpMyAdmin?