摘要: --(1)向数据库Student表中添加Name字段 use MR_NXT alter table student add Name nvarchar(20) --(2)将Student表中Name的字段的数据类型修改为varchar(50) use MR_NXT alter table stude 阅读全文
posted @ 2018-11-25 23:15 超暖系呆少年i 阅读(915) 评论(0) 推荐(0)