프로그램/DB

mariadb upsert 구문

milktea.kang 2021. 5. 14. 13:04
insert into [table] (필드들...)
values (값들...)
on duplicate key update
필드=값

on duplicate key update 다음에 오는 update 내용들은 pk 를 제외하고 update 할 것들만 넣어준다

'프로그램 > DB' 카테고리의 다른 글

mariadb process list  (0) 2021.05.14
aws rds mariadb grant  (0) 2021.01.12
mysql/mariadb tree query  (0) 2019.10.30
MariaDB ColumnStore 1.1.x Install Guide  (0) 2018.03.30
mysql community server init root password  (2) 2014.11.04