修改表中字段名称
alter table 表名 change 现有字段名称 修改后字段名称 数据类型
例如:
alter table em_day_data change f_day_house2 f_day_hour2 int(11) not null
.....转载请注明:谷谷点程序 » mysql sql修改表中字段名称alert table 表名 change 原字段名 修改后字段名 数据类型
修改表中字段名称
alter table 表名 change 现有字段名称 修改后字段名称 数据类型
例如:
alter table em_day_data change f_day_house2 f_day_hour2 int(11) not null
.....转载请注明:谷谷点程序 » mysql sql修改表中字段名称alert table 表名 change 原字段名 修改后字段名 数据类型