close

set serveroutput on size 1000
begin
    dbms_output.put_line('This is the test!');
    dbms_output.put_line('********************');
    dbms_output.put_line(chr(10));  -- empty line
    dbms_output.put_line('********************');
end;
/


Result:
This is the test!
********************

********************

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 DanBrother 的頭像
    DanBrother

    DanBrother的部落格

    DanBrother 發表在 痞客邦 留言(0) 人氣()