
简单介绍据库
复制declare                e_1 exception;                begin                begin              dbms_output.put_line(0000000);                raise e_1;                exception when e_1 then null;                dbms_output.put_line(aaaaaaaaa);                end;                dbms_output.put_line(bbbbbbbbb);                begin              raise e_1;                exception when e_1 then null;                dbms_output.put_line(ccccccccc);                end;                dbms_output.put_line(ddddddddd);                exception when others then              rollback;              end;             1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.35.36.37.      
作者:IT科技类资讯