mysql怎样才能只更改字段名,不更改字段属性

如题所述

在MySQL数据库修改字段名方法:

1、语句:alter table student change physics physisc char(10) not null。
2、其中char(10) not null是你physisc字段的create_definition。
温馨提示:答案为网友推荐,仅供参考
相似回答