文章分类 -  mysql

mysql中的alter操作
摘要:1.给表添加字段 alter table table_name add field_name field_type; eg:alter table user add username varchar(32) not null; 2.删除表中的字段 alter table table_name dro 阅读全文

posted @ 2017-03-26 16:27 castlePY 阅读(142) 评论(0) 推荐(0)

导航