在MySQL數(shù)據(jù)庫(kù)?
在MySQL數(shù)據(jù)庫(kù)修改字段名方法:
1、語(yǔ)句:alter table student change physics physisc char(10) not null。
2、其中char(10) not null是你physisc字段的create_definition。
在MySQL數(shù)據(jù)庫(kù)修改字段名方法:
1、語(yǔ)句:alter table student change physics physisc char(10) not null。
2、其中char(10) not null是你physisc字段的create_definition。