# 修改列名称
Alter table 表名 change old_字段 new_字段 类型 ... ; Alter table topic change title titles varchar(20);
计算机网络/计算机科学与应用/系统/运维/开发
# 修改列名称
Alter table 表名 change old_字段 new_字段 类型 ... ; Alter table topic change title titles varchar(20);
再长的路,一步步也能走完,再短的路,不迈开双脚也无法到达