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.
TSQLには
SET IDENTITY_INSERT ON;
SQLiteに同等の機能はありますか?
SQLite では常に、主キー列に値を挿入できます。自動生成された値は、挿入された値がNULL(明示的または省略された) 場合にのみ使用されます。
NULL
詳細については、ドキュメントを参照してください。