oracle 根据约束名查表名

时间:2024-09-26 08:02:49

PK_ID为约束名

select constraint_name,constraint_type,table_name from all_constraints where CONSTRAINT_NAME='PK_ID';

相关文章