select * from user_cons_columns cl where cl.constraint_name = '外键名'
本文介绍如何使用SQL语句查询指定外键约束的详细信息,包括约束名称等关键属性。
select * from user_cons_columns cl where cl.constraint_name = '外键名'
5613

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