Skip to the content.

Home / cs-notes / Architecture / Components / Database / MySQL / questions / 原子操作 - 实现 putIfAbsent 语义

INSERT IGNORE INTO test(k, v) VALUES ('a', 2);