Oracle查看表是否存在

select * from all_tables where table_name = upper('table_name')

注意:表名必须为大写

发布了348 篇原创文章 · 获赞 210 · 访问量 87万+

猜你喜欢

转载自blog.csdn.net/u010916338/article/details/97134894