oracle的sql脚本怎么注释?

单行注释: -- 示例: select * from tb_name; --查xx表的记录明细 多行注释:/**/ 示例: select * from tb_name1; /* select * from tb_name2; dbms_output.put_line(sqlerrm); */
相关文章
相关标签/搜索