随笔分类 -  oracle

摘要:查询oracle中是否存在一个表,例如A表select object_name from all_objects where owner = '数据库用户名' and object_type LIKE 'TABLE%' and object_name = 'A'如果存在将会输出A表名称,... 阅读全文
posted @ 2015-07-22 16:31 尼克劳斯_Niklaus 阅读(112) 评论(0) 推荐(0)