select a.constraint_name, a.table_name, b.constraint_name
from user_constraints a, user_constraints b where
a.constraint_type = 'R' and b.constraint_type = 'P'
and a.r_constraint_name = b.constraint_name
and a.constraint_name = 'FK_###'
ORA-02292问题记录
最新推荐文章于 2024-11-11 08:41:40 发布