Hello,
How to break a line in DBMS_OUTPUT.PUT_LINE.
For example
dbms_output.put_line('This is done for test purpose. This is second line');
The out should be as follows
This is done for testing purpose.
This is second line.
Regards
Babi
Hello,
How to break a line in DBMS_OUTPUT.PUT_LINE.
For example
dbms_output.put_line('This is done for test purpose. This is second line');
The out should be as follows
This is done for testing purpose.
This is second line.
Regards
Babi