67 lines
4.4 KiB
Plaintext
67 lines
4.4 KiB
Plaintext
insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) values
|
|
('사원', 'jobposition', '직급', 1, 1,'0',now(),1,now(),1,'127.0.0.1'),
|
|
('주임', 'jobposition', '직급', 1, 2,'1',now(),1,now(),1,'127.0.0.1'),
|
|
('계장', 'jobposition', '직급', 1, 3,'1',now(),1,now(),1,'127.0.0.1'),
|
|
('대리', 'jobposition', '직급', 1, 4,'1',now(),1,now(),1,'127.0.0.1'),
|
|
('과장', 'jobposition', '직급', 1, 5,'2',now(),1,now(),1,'127.0.0.1'),
|
|
('차장', 'jobposition', '직급', 1, 6,'2',now(),1,now(),1,'127.0.0.1'),
|
|
('부장', 'jobposition', '직급', 1, 7,'3',now(),1,now(),1,'127.0.0.1'),
|
|
('임원', 'jobposition', '직급', 1, 8,'4',now(),1,now(),1,'127.0.0.1'),
|
|
('기타', 'jobposition', '직급', 1, 9,'9',now(),1,now(),1,'127.0.0.1');
|
|
|
|
INSERT INTO comcode(cname, cgroup, cgroupname, isuse, corder,cdt,cno,udt,uno,uip) VALUES
|
|
('상', 'ccdiff', '난이도', 1, 1,now(),1,now(),1,'127.0.0.1'),
|
|
('중', 'ccdiff', '난이도', 1, 2,now(),1,now(),1,'127.0.0.1'),
|
|
('하', 'ccdiff', '난이도', 1, 3,now(),1,now(),1,'127.0.0.1');
|
|
|
|
INSERT INTO comcode(cname, cgroup, cgroupname, isuse, corder,cdt,cno,udt,uno,uip) VALUES
|
|
('분류', 'cc1', '분류1', 0, 1,now(),1,now(),1,'127.0.0.1'),
|
|
('분류', 'cc2', '분류2', 0, 1,now(),1,now(),1,'127.0.0.1'),
|
|
('분류', 'cc3', '분류3', 0, 1,now(),1,now(),1,'127.0.0.1'),
|
|
('분류', 'cc4', '분류4', 0, 1,now(),1,now(),1,'127.0.0.1'),
|
|
('분류', 'cc5', '분류5', 0, 1,now(),1,now(),1,'127.0.0.1');
|
|
|
|
insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) VALUES
|
|
('부산','studyplace','학습장소',1,1,'01',now(),1,now(),1,'127.0.0.1'),
|
|
('영천','studyplace','학습장소',1,2,'02',now(),1,now(),1,'127.0.0.1'),
|
|
('진주','studyplace','학습장소',1,3,'03',now(),1,now(),1,'127.0.0.1'),
|
|
('창원','studyplace','학습장소',1,4,'04',now(),1,now(),1,'127.0.0.1');
|
|
|
|
insert into comcode(cname, cgroup, cgroupname, isuse, corder,refcode,cdt,cno,udt,uno,uip) VALUES
|
|
('설계시공기술인','typeman','기술인분류',1,1,'01',now(),1,now(),1,'127.0.0.1'),
|
|
('품질관리기술인','typeman','기술인분류',1,2,'02',now(),1,now(),1,'127.0.0.1'),
|
|
('발주청기술인','typeman','기술인분류',1,3,'03',now(),1,now(),1,'127.0.0.1'),
|
|
('건설사업관리기술인','typeman','기술인분류',1,4,'04',now(),1,now(),1,'127.0.0.1'),
|
|
|
|
('통합기본교육','typeedu','교육목적',1,1,'01',now(),1,now(),1,'127.0.0.1'),
|
|
('최초교육','typeedu','교육목적',1,2,'02',now(),1,now(),1,'127.0.0.1'),
|
|
('계속교육','typeedu','교육목적',1,3,'03',now(),1,now(),1,'127.0.0.1'),
|
|
('안전관리계속교육','typeedu','교육목적',1,4,'04',now(),1,now(),1,'127.0.0.1'),
|
|
('PQ가점교육','typeedu','교육목적',1,5,'05',now(),1,now(),1,'127.0.0.1'),
|
|
('기타교육','typeedu','교육목적',1,6,'06',now(),1,now(),1,'127.0.0.1'),
|
|
('승급교육','typeedu','교육목적',1,7,'07',now(),1,now(),1,'127.0.0.1'),
|
|
|
|
('초급','typegrade','등급',1,1,'01',now(),1,now(),1,'127.0.0.1'),
|
|
('중급','typegrade','등급',1,2,'02',now(),1,now(),1,'127.0.0.1'),
|
|
('고급','typegrade','등급',1,3,'03',now(),1,now(),1,'127.0.0.1'),
|
|
('특급','typegrade','등급',1,4,'04',now(),1,now(),1,'127.0.0.1'),
|
|
|
|
('토목','typejob','직무분야',1,1,null,now(),1,now(),1,'127.0.0.1'),
|
|
('건축','typejob','직무분야',1,2,null,now(),1,now(),1,'127.0.0.1'),
|
|
('기계','typejob','직무분야',1,3,null,now(),1,now(),1,'127.0.0.1'),
|
|
('조경','typejob','직무분야',1,4,null,now(),1,now(),1,'127.0.0.1'),
|
|
('환경','typejob','직무분야',1,5,null,now(),1,now(),1,'127.0.0.1'),
|
|
('광업','typejob','직무분야',1,6,null,now(),1,now(),1,'127.0.0.1'),
|
|
('안전관리','typejob','직무분야',1,7,null,now(),1,now(),1,'127.0.0.1'),
|
|
('도시교통','typejob','직무분야',1,8,null,now(),1,now(),1,'127.0.0.1'),
|
|
('전기전자','typejob','직무분야',1,9,null,now(),1,now(),1,'127.0.0.1'),
|
|
('건설지원','typejob','직무분야',1,10,null,now(),1,now(),1,'127.0.0.1'),
|
|
|
|
('동영상','bldgcat','문의구분',1,1,null,now(),1,now(),1,'127.0.0.1'),
|
|
('결제','bldgcat','문의구분',1,1,null,now(),1,now(),1,'127.0.0.1'),
|
|
('환불','bldgcat','문의구분',1,1,null,now(),1,now(),1,'127.0.0.1'),
|
|
('강의','bldgcat','문의구분',1,1,null,now(),1,now(),1,'127.0.0.1'),
|
|
('회원','bldgcat','문의구분',1,1,null,now(),1,now(),1,'127.0.0.1'),
|
|
('기타','bldgcat','문의구분',1,1,null,now(),1,now(),1,'127.0.0.1');
|
|
|