摘要: pl/sql 基本结构 declare example_text varchar2(100); begin example_text:='本例为plsql示例程序块!!!'; dbms_output.put_line(example_text); exception when others then 阅读全文
posted @ 2021-12-22 23:58 丁帅帅dss 阅读(70) 评论(0) 推荐(0)