--修改表 添加列
alter table Student
add sSex nchar(1)
alter table [tableName] 修改表
最新推荐文章于 2025-04-06 18:22:36 发布
--修改表 添加列
alter table Student
add sSex nchar(1)