
[Oracle] – End Line Char [enter]
April 5, 2007chr(10) and chr(13) is the end line char.
chr(10) || chr(13) is equivalent to [enter] key in windows.

chr(10) and chr(13) is the end line char.
chr(10) || chr(13) is equivalent to [enter] key in windows.