-
Notifications
You must be signed in to change notification settings - Fork 0
/
system_db_classroom.sql
43 lines (43 loc) · 8.41 KB
/
system_db_classroom.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1102', '化学实验室', '实验室', 40, 5, 6, '13:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1104', '物理实验室', '实验室', 30, 4, 3, '13:30', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1207', '计算机实验室', '实验室', 50, 6, 4, '13:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1302', '水环境实验室', '实验室', 25, 7, 5, '13:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('2120', '多媒体教室102', '多媒体教室', 30, 4, 5, '15:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3100', '多媒体教室103', '多媒体教室', 50, 5, 6, '17:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3210', '多媒体教室104', '多媒体教室', 40, 6, 4, '14:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4105', '录课教室203', '录课教室', 45, 6, 4, '14:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4203', '录课教室204', '录课教室', 40, 4, 5, '13:20', '已预约');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4204', '录课教室205', '录课教室', 45, 6, 5, '18:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1102', '化学实验室', '实验室', 40, 5, 6, '13:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1104', '物理实验室', '实验室', 30, 4, 3, '14:30', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1207', '计算机实验室', '实验室', 50, 6, 4, '13:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1302', '水环境实验室', '实验室', 25, 7, 4, '14:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1102', '化学实验室', '实验室', 40, 5, 6, '15:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1104', '物理实验室', '实验室', 30, 4, 3, '13:30', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1207', '计算机实验室', '实验室', 50, 6, 4, '15:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1302', '水环境实验室', '实验室', 25, 7, 4, '15:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4105', '录课教室203', '录课教室', 45, 6, 4, '15:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4203', '录课教室204', '录课教室', 40, 4, 5, '17:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4204', '录课教室205', '录课教室', 45, 6, 5, '17:30', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4105', '录课教室203', '录课教室', 45, 6, 4, '14:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4203', '录课教室204', '录课教室', 40, 4, 5, '13:20', '已预约');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4204', '录课教室205', '录课教室', 45, 6, 5, '16:30', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1309', '多媒体教室101', '多媒体教室', 40, 3, 5, '14:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('2120', '多媒体教室102', '多媒体教室', 30, 4, 5, '16:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3100', '多媒体教室103', '多媒体教室', 50, 5, 6, '18:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3210', '多媒体教室104', '多媒体教室', 40, 6, 4, '15:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1309', '多媒体教室101', '多媒体教室', 40, 3, 5, '15:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('2120', '多媒体教室102', '多媒体教室', 30, 4, 5, '17:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3100', '多媒体教室103', '多媒体教室', 50, 5, 6, '14:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3210', '多媒体教室104', '多媒体教室', 40, 6, 4, '16:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4201', '录课教室201', '录课教室', 50, 7, 3, '15:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4101', '录课教室202', '录课教室', 30, 5, 4, '16:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4201', '录课教室201', '录课教室', 50, 7, 3, '16:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('4101', '录课教室202', '录课教室', 30, 5, 4, '17:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1309', '多媒体教室101', '多媒体教室', 40, 3, 5, '14:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('2120', '多媒体教室102', '多媒体教室', 30, 4, 5, '13:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3100', '多媒体教室103', '多媒体教室', 50, 5, 6, '17:00', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3210', '多媒体教室104', '多媒体教室', 40, 6, 4, '16:50', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('1309', '多媒体教室101', '多媒体教室', 40, 3, 5, '14:40', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('2120', '多媒体教室102', '多媒体教室', 30, 4, 5, '13:20', '空置');
insert into system_db.classroom (id, className, classroomType, maxPeople, aircondition, camera, reserveTime, state) values ('3100', '多媒体教室103', '多媒体教室', 50, 5, 6, '15:00', '空置');