Mysql uses the replace command for batch replacement

Source: Internet
Author: User


Mysql uses the replace command to replace mysql> select * from test1 in batches; + ------ + --------- + www.2cto.com | id | name | + ------ + --------- + | 1 | aaaKaaa | 2 | bbbKbbb | 3 | cccKccc | + ------ + --------- + 3 rows in set (0.00 sec) mysql> update test1 set name = replace (name, 'k', '2017. 99.224.138 '); Query OK, 3 rows affected (0.01 sec) Rows matched: 3 Changed: 3 Warnings: 0 mysql> select * from test1; + ------ + ---------------------- + | id | name | + ------ + -------------------- + | 1 | bytes | 2 | average | 3 | average | + ------ + -------------------- + 3 rows in set (0.00 sec)

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.