MySQL exists the record is updated, the SQL that does not exist is inserted into the record

Source: Internet
Author: User

INSERT Test (ID, Name) VALUES (1, ' Hello ') on DUPLICATE KEY UPDATE name= ' baby ';

Raw data:


Post-run data:


If you specify an on DUPLICATE KEY update and the insert row causes duplicate values to appear in a unique index or primary KEY, the old line UPDATE is performed.

If the row is inserted as a new record, the value of the affected row is 1, and if the original record is updated, the value of the affected row is 2.


MySQL exists the record is updated, the SQL that does not exist is inserted into the record

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.