单行注释: --
示例:
select * from tb_name; --查xx表的记录明细多行注释:/**/
示例:
select * from tb_name1;
/*
select * from tb_name2;
dbms_output.put_line(sqlerrm);
*/
oracle的sql脚本怎么注释?

最新推荐文章于 2025-07-30 11:34:32 发布

单行注释: --
示例:
select * from tb_name; --查xx表的记录明细多行注释:/**/
示例:
select * from tb_name1;
/*
select * from tb_name2;
dbms_output.put_line(sqlerrm);
*/