Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
向表中插入行有两种不同的方法:
我可以将我的查询一分为二,但不是比一个查询慢吗?
随心所欲地插入,然后 execSql 。"select last_insert_rowid()"
"select last_insert_rowid()"