UPDATE 表名 SET 字段 = REPLACE(字段, '待更新的内容','替换值'); eg: UPDATE 98k_images SET url = REPLACE( url, 'image.98k.com', 'static.98k.com' );