SQL语句如下
SElect * from user_constraints where R_CONSTRAINT_NAME in
(select constraint_name from user_constraints where TABLE_NAME='要查找的表')
本文介绍如何使用SQL语句查询特定数据库表的约束条件,通过内联查询来筛选目标表的相关约束,适合数据库管理和维护人员阅读。
SQL语句如下
SElect * from user_constraints where R_CONSTRAINT_NAME in
(select constraint_name from user_constraints where TABLE_NAME='要查找的表')
5439

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