欢迎投稿

今日深度:

oracle 判断一个表是否已存在,oracle判断存在

oracle 判断一个表是否已存在,oracle判断存在


用如下sql语句即可判断:

select t.* from user_tables t where upper(t.TABLE_NAME)=upper('conectbytestbymine');


 

 

www.htsjk.Com true http://www.htsjk.com/shujukunews/4897.html NewsArticle oracle 判断一个表是否已存在,oracle判断存在 用如下sql语句即可判断: select t.* from user_tables t where upper(t.TABLE_NAME)=upper(conectbytestbymine);...
相关文章
    暂无相关文章
评论暂时关闭