回答

收藏

如何在SQLite 3表中插入多行?

技术问答 技术问答 249 人阅读 | 0 人回复 | 2023-09-14

在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."
分享到:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则