alter table tableName column columnName int not null;
alter table tableName add primary key(columnName);
这样就OK了
本文共 111 字,大约阅读时间需要 1 分钟。
alter table tableName column columnName int not null;
alter table tableName add primary key(columnName);
这样就OK了
转载地址:http://wccml.baihongyu.com/