添加:
alter table `sunhaibing` Add(name Char(8) not null default '' Before ename);
删除:
alter table `sunhaibing` drop column name;
修改
alter table `sunhaibing` modify column name text;
添加:
alter table `sunhaibing` Add(name Char(8) not null default '' Before ename);
删除:
alter table `sunhaibing` drop column name;
修改
alter table `sunhaibing` modify column name text;
You must be logged in to post a comment.
近期评论