Oracle查询外键关联的表select * from user_cons_columns cl where cl.constraint_name SYS_C0012346
Oracle查询外键关联的表
select * from user_cons_columns cl where cl.constraint_name = 'SYS_C0012346';
SYS_C0012346是外键名称
Oracle查询外键关联的表
select * from user_cons_columns cl where cl.constraint_name = 'SYS_C0012346';
SYS_C0012346是外键名称