Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Thay thế chuỗi MySQL

UPDATE your_table
SET your_field = REPLACE(your_field, 'articles/updates/', 'articles/news/')
WHERE your_field LIKE '%articles/updates/%'

Bây giờ các hàng giống như

http://www.example.com/articles/updates/43

sẽ là

http://www.example.com/articles/news/43

http://www.electrictoolbox.com/mysql-find-replace-text/



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Cách tạo Rest API với Spring Boot bằng MySQL và JPA

  2. Điều gì tốt hơn trong MYSQL count (*) hoặc count (1)?

  3. Tương đương với hàm SQLServer SCOPE_IDENTITY () trong mySQL?

  4. Lỗi liên quan đến only_full_group_by khi thực hiện truy vấn trong MySql

  5. chọn số lượng (*) từ bảng mysql trong php