在MySQL中,我会使用1 J h# l( Y0 g1 [1 U }( z
INSERT INTO `mytable` (`col1`,`col2`) VALUES (1,'aaa bbb');但这会导致SQLite错误。SQLite什么是正确的语法? j; q2 i G8 u: Q
6 p. B* L$ g P: M2 I* D 解决方案: 8 R9 a' Q4 h# S ]1 U' e: T
在此之前,我已经回答了这个问题:我能一次吗?SQLite多行插入数据库? 1 e6 m5 ]% v% n4 }要回答您对OMG Ponies请回答: ( u: _8 P' M: w" l! l8 Y0 u从3.7.11版本开始,SQLite确实支持多行插入。·希普(Richard Hipp)评论: " X5 s! [$ G" u"The new multi-valued insert is merely syntactic suger (sic) for the compound insert. There is no performance advantage one way or the other."