摘要:
alter table curriculum drop 课程名称; alter table grade modify 分数 decimal(5,2); alter table student_info add 备注 varchar(50); create database studb; use st 阅读全文
posted @ 2023-09-25 18:17
DingCL
阅读(26)
评论(0)
推荐(0)
|
摘要:
alter table curriculum drop 课程名称; alter table grade modify 分数 decimal(5,2); alter table student_info add 备注 varchar(50); create database studb; use st 阅读全文
posted @ 2023-09-25 18:17
DingCL
阅读(26)
评论(0)
推荐(0)
|