oracle 根据约束名查表名时间:2024-09-26 08:02:49PK_ID为约束名 select constraint_name,constraint_type,table_name from all_constraints where CONSTRAINT_NAME='PK_ID';