SQLite - INSERT Query

한꺼번에 여러값 insert


[MySQL] 여러개 한번에 insert 하기

INSERT INTO 테이블명 (컬럼1, 컬럼2) VALUES ('값1','값2'),
('값1','값2'),
('값1','값2');