mysql 设置两个主键

    xiaoxiao2021-03-25  118

    查看字段属性:

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

    转载请注明原文地址: https://ju.6miu.com/read-9741.html

    最新回复(0)