select table_name from user_tables a where not exists (select * from user_constraints b where b.constraint_type = 'P' and a.table_name = b.table_name)
转载:http://blog.itpub.net/20893244/viewspace-2132149/
本文共 285 字,大约阅读时间需要 1 分钟。
select table_name from user_tables a where not exists (select * from user_constraints b where b.constraint_type = 'P' and a.table_name = b.table_name)
转载:http://blog.itpub.net/20893244/viewspace-2132149/
转载于:https://www.cnblogs.com/sweet22353/p/9839399.html