更改字段名

alter table tb_name change col_name new_col_name create_definition;

相关文章: