Live2d Test Env
摘要: 创建表前检查是否存在,并删除 --检查是否存在此表,存在则删除 declare num number; begin select count(1) into num from user_tables where table_name = upper('表名'); if num > 0 then ex 阅读全文
posted @ 2019-01-16 15:00 红尘中人·杨哥 阅读(489) 评论(0) 推荐(0)