摘要: 测试存储过程如下: create or replace procedure prc_test is p_1 varchar2(2); begin p_1 := 'lxw测试'; exception when others then dbms_output.put_line(sqlcode); --O 阅读全文
posted @ 2022-12-10 20:04 天天代码码天天 阅读(140) 评论(0) 推荐(0) 编辑