DingCL

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年9月25日

摘要: 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 阅读(14) 评论(0) 推荐(0) 编辑