Oracle 建立表的存储过程

create or replace procedure mytestdrop as v_cnt number; begin select count(*) into v_cnt from user_tables where table_name = 'MYTESTDROPTABLE'; if v_cnt>0 then dbms_output.put_line('该表存
相关文章
相关标签/搜索