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
oricle查询约束脚本
最新推荐文章于 2021-04-12 01:34:58 发布
343

被折叠的 条评论
为什么被折叠?



