修改表字段名称:
alter table table_name change column column_name_old column_name_new column_type;
mysql注释符有三种:
1)#...