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.
据我所知,SQLite 会自动生成 ROWID。(不管它是 AUTOINCREMENT 还是现在)但我想明确提供 ROWID,如果在 INSERT 上未指定 ROWID,则会引发错误。而不是自动生成。
这可能吗?我该怎么做?
您可以定义自己的 AUTOINCREMENT 字段 (fe "id")。如果您定义一个 AUTOINCREMENT 字段,您可以通过“Fieldname (id?)”或关键字“rowid”来选择它。