摘要:
--向部门表插入数据 insert into Department(DepartmentName,DepartmentRemark) values('市场部','......') insert into Department(DepartmentName,DepartmentRemark) valu 阅读全文
posted @ 2026-05-14 23:32
菜鸟的奋斗军
阅读(6)
评论(0)
推荐(0)
摘要:
--修改表结构 --添加列 --alter table 表名 add 新列名 数据类型 alter table People add PeopleMail varchar(200) --删除列 --alter table 表名 drop column 列名 alter table People dr 阅读全文
posted @ 2026-05-14 17:21
菜鸟的奋斗军
阅读(7)
评论(0)
推荐(0)
摘要:
--奇幻数据库 use DBTEST --创建表基本语法 --create table 表明 --( -- 字段名1 数据类型, -- 字段名2 数据类型 --) --判断表是否存在 --U 用户自定义的表 if exists(select* from sys.objects where name 阅读全文
posted @ 2026-05-14 00:43
菜鸟的奋斗军
阅读(9)
评论(0)
推荐(0)

浙公网安备 33010602011771号