在SQL PLUS中打印存储过程的结果

来源:互联网 发布:网络兼职骗局信誉代刷 编辑:程序博客网 时间:2024/05/01 18:25

使用:

dbms_output.put_line();

但是一定要注意,先执行:

SQL> set serverout on

0 0