Insert multiple rows with one query MySQL May 14, 2023 by Tarik INSERT INTO table (a,b) VALUES (1,2), (2,3), (3,4); http://dev.mysql.com/doc/refman/5.5/en/insert.html