insert plural
insert into events (select * from cr_system.events where eventid not in(select eventid from events));
//___ Thanks.
複数のデータを高速にINSERTしたい
http://ref.layer8.sh/ja/entry/show/id/19
INSERT INTO table (id,name,title) VALUES(1,'aaa','title1'),(2,'bbb','title2'),
Mysql Insert 複数