标签:
表是否存在oraclesqlserver创建表 |
分类: 编程生活 |
oracle判断表是否存在 如果有就删除表.
select table_name
create or replace procedure super.proc_droptable
is v_tablename varchar2(200);
begin
exception when others then
end;
exec super.proc_droptable;
commit;
CREATE TABLE LBIPDOCUMENTTYPE
(