I know that, in some Programming language, if you do something like:
\'This is on first line \\n This is on second line\'
Then it will disp
Try char(13) (if you want to see it in Windows notepad).
char(13)
select col || char(13) from mytable