Programming/SQL

[SQL/단축키] insert 여러항목 한번에 추가하기

reeme 2020. 12. 16. 14:33

insert 여러항목을 한번에 추가하는 단축키

 insert into department values('10','Accounting','Seoul');
 insert into department values('20','Human','Incheon');
 insert into department values('30','Sales','Yungin');
 insert into department values('40','Computing','Suwon');

insert시킬 전체 항목을 드래그 한 다음에 

ctrl + shift + enter