摘要: update 表名 set 字段名=replace(字段名,’要替换的内容’,’替换后的内容’)eg:修改scenario表中的picture字段中的ip地址。1 UPDATE scenario2 SET picture = REPLACE(picture, '10.10.4.43','10.10.... 阅读全文
posted @ 2015-05-26 11:13 Amy_Li 阅读(771) 评论(0) 推荐(0) 编辑