当前位置:首页>开发>正文

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

2024-01-03 10:33:10 互联网 未知 开发

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

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

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

1、语句:alter table student change physics physisc char(10) not null。

2、其中char(10) not null是你physisc字段的create_definition。

最新文章