如何通过RedBean运行以下sql ?
INSERT INTO tbl_name (a,b,c) VALUES(1,2,3),(4,5,6),(7,8,9);
我应该使用循环或RedBean支持批量插入吗?
php redbean
php ×1
redbean ×1