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.
基本的に、特定のエントリ (主キー ID による) が存在しない場合は挿入し、存在する場合は更新します。これを行う最良の方法は何ですか?
sqllite にはREPLACEコマンドがありませんか? それともON CONFLICT REPLACE?
REPLACE
ON CONFLICT REPLACE