摘要: 1.alter table curriculum drop 课程名称; 2.alter table grade modify 分数 decimal(5,2); 3.alter table student_info add 备注 varchar(50); 4. use studb; Database 阅读全文
posted @ 2023-09-25 18:25 sun乔 阅读(23) 评论(0) 推荐(0)