查看字段属性:
describe t_poorderprocess
修改主键字段(如果已有,需要先drop掉已有主键)
alter table t_poorderprocess add primary key(FRQInterID,FRQEntryID)
查看字段属性:
describe t_poorderprocess
修改主键字段(如果已有,需要先drop掉已有主键)
alter table t_poorderprocess add primary key(FRQInterID,FRQEntryID)