《@R_419_6983@ite用union all批量插入出现too many terms in compound 错误》要点:
本文介绍了@R_419_6983@ite用union all批量插入出现too many terms in compound 错误,希望对您有用。如果有疑问,可以联系我们。
使用@R_419_6983@ite的union all 批量插入时,出现:too many terms in compound 错误。
INSERT INTO ve_cj_urls(url)
SELECT 'http://www.jb51.cc/1'
UNION ALL
SELECT 'http://www.jb51.cc/2'
...
这是因为最高不要超过500条.
只要控制一批的数量就可以。
MysqL则没有这方便限制,但我目前只是测试了一次插入一千多条,没有报错。
所以,在@R_419_6983@ITE上做个限制数量吧。
总结以上是内存溢出为你收集整理的sqlite用union all批量插入出现too many terms in compound 错误全部内容,希望文章能够帮你解决sqlite用union all批量插入出现too many terms in compound 错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)