SQL修改字段名 在MySQL数据库,如何修改字段名?

在MySQL数据库,如何修改字段名?修改MySQL数据库方法中的字段名:1。语句:alter table student change physical char(10)不为空。2. 其中char(1

在MySQL数据库,如何修改字段名?

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

1。语句:alter table student change physical char(10)不为空。

2. 其中char(10)not null是物理字段定义的创建