반응형
sqlite --- upsert
참고 : https://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace?noredirect=1&lq=1
https://www.sqlite.org/lang_UPSERT.html ==> upsert
https://www.sqlite.org/lang_conflict.html ==> ON CONFLICT
https://www.sqlitetutorial.net/sqlite-replace-statement/ ==> INSERT OR REPLACE
반응형
'database' 카테고리의 다른 글
MongoDB -- Robo 3T, MongoDB Atlas 연결하기 (1) | 2021.01.27 |
---|---|
mssql -- database 생성후 접속 권한 부여하기 (0) | 2019.12.19 |
MariaDB, MySQL -- timestamp vs. datetime , now() , current_timestamp (0) | 2017.04.19 |
mariadb 5.5 설치 - windows 10 (0) | 2017.04.14 |
mssql -- View 생성, 삭제, CRUD (2) | 2016.05.19 |