Carriage Return not working
929709Apr 10 2012 — edited Apr 10 2012I am using sql developer 3.1.0.7 and when i run a select with carriage return and/or line feed the results do not display correctly, but when i run the same select statement in sql plus it works??? Can someone help me fix this please?
eg. select 'a' || chr(13)||chr(10) || 'b' from dual;
thanks,
wayne