MySQL INSERT with ON DUPLICATE KEY UPDATE If the new record that you want to insert may cause duplicate value in PRIMARY KEY or a UNIQUE index, MySQL will issue an error. For example, if you execute the following statement:
MySQL INSERT with ON DUPLICATE KEY UPDATEIf the new record that you want to insert may cause duplicate value in PRIMARY KEY or a UNIQUE index, MySQL will issue an error. For example, if you execute the following statement:
MySQL ด้วย INSERT UPDATE ON ซ้ำที่สำคัญหากมีการบันทึกใหม่ที่คุณต้องการแทรกอาจก่อให้เกิดค่าที่ซ้ำกันในคีย์หลักหรือดัชนีที่ไม่ซ้ำกัน, MySQL จะออกข้อผิดพลาด ตัวอย่างเช่นถ้าคุณรันคำสั่งต่อไปนี้:
MySQL แทรกด้วยกุญแจสำรองปรับปรุง ถ้าบันทึกใหม่ที่คุณต้องการแทรก อาจทำให้ค่าในคีย์หลักซ้ำกันหรือดัชนี , MySQL จะออกข้อผิดพลาด ตัวอย่างเช่น ถ้าคุณรันคำสั่งต่อไปนี้ :