SQL syntax for the result set of MySQL under Select as the Where condition of the update

Source: Internet
Author: User
UPDATE ' Warningsendmail ' as Alias_1 INNER JOIN (SELECT * from ' Warningsendmail ' WHERE flag=1 and topic_id like "%2267%") A S alias_2 SET alias_1.topic_id = REPLACE (alias_1.topic_id, ' |2267 ', ') WHERE alias_1.id = Alias_2.idupdate Warningsendmail set topic_id= REPLACE (topic_id, ' |2267 ', ') where ID in (SELECT ID from warningsendmail where flag=1 and T opic_id like "%2267%");

  

SQL syntax for the result set of MySQL under Select as the Where condition of the update

Related Article

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.