当前位置:Gxlcms > mysql > mysqlinsertinto插入多条数据

mysqlinsertinto插入多条数据

时间:2021-07-01 10:21:17 帮助过:56人阅读

可以使用下面语句:

INSERT INTO tab_comp VALUES(item1, price1, qty1),(item2, price2, qty2),(item3, price3, qty3);

人气教程排行