Mysql REPLACE INTO 用法
一、replace(object,search,replace)把object中出现search的全部替换为replaceselect replace('www.jb51.net','w','n') from ...例:把表table中的name字段中的detail替换为descriptionupdate table set name=replace(name,'detail','description')二、replace intoreplace into 主要作用类似inse