oracle查看表是否存在

xiaoxiao2022-06-13  43

--查看当前用户下表是否存在。 select * from user_tables where table_name = 'tablename'; -- select * from tab; --必须要有查询数据字典的权限 select * from dba_tables;
转载请注明原文地址: https://www.6miu.com/read-4936238.html

最新回复(0)