摘要: alter tabletableName column columnName int not null;alter table tableName add primary key(columnName);这样就OK了 阅读全文
posted @ 2012-05-06 20:13 残阳飞雪 阅读(184) 评论(0) 推荐(0) 编辑