You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
alter table penalty_rent_history_info drop primary key;
|
|
|
|
alter table penalty_rent_history_info add constraint PENALTY_RENT_HISTORY_INFO_PK primary key(PENALTY_MANAGE_YEAR,PENALTY_SEQNO,UPDATE_SEQNO)
|