DROP INDEX USER_PK ; -- 新增唯一索引 create unique index USER_PK on user_table (EMPLOYEE_ID,USER_NUMBER,ID_CODE);