标签:
alter table Account_Info drop constraint PK_ACCOUNT_INFO cascade drop index; alter table Account_Info ADD constraint PK_ACCOUNT_INFO primary key(RECEIVER_ACCOUNT,party_no);
修改主键约束
原文地址:http://www.cnblogs.com/wujianxingzhe/p/4347589.html