mysql 中 replace into 與 insert into on duplicate key update 的使用和不同點

replace into和insert into on duplicate key update都是爲了解決我們平時的一個問題 就是如果數據庫中存在了該條記錄,就更新記錄中的數據,沒有,則添加記錄。   我們創建一個測試表test CREATE TABLE `test` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',
相關文章
相關標籤/搜索