mysql字段查詢_,在MySQL數據庫?
在MySQL數據庫修改字段名方法:
1、語句:alter table student change physics physisc char(10) not null。
2、其中char(10) not null是你physisc字段的create_definition。
在MySQL數據庫修改字段名方法:
1、語句:alter table student change physics physisc char(10) not null。
2、其中char(10) not null是你physisc字段的create_definition。