📅  最后修改于: 2022-03-11 15:05:18.891000             🧑  作者: Mango
代码示例2
--Before the declare
set serveroutput on;
--In the anon block/procedure/package/...
DBMS_OUTPUT.PUT_LINE( 'Hello world' );