你的位置:首页 > 软件开发 > 数据库 > oracle中查询表是否存在

oracle中查询表是否存在

发布时间:2015-03-20 16:00:32
select count(*) from user_tables where table_name=表名 或者select 1 from user_tables where table_name=表名 ...

 select count(*) from user_tables where table_name='表名' 

或者

select 1 from user_tables where table_name='表名' 


原标题:oracle中查询表是否存在

关键词:oracle

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录