<p class="intro">一个简单的update与replace结合就可以实现在mysql数据库中实现数据库字段中的部份字符进行替换了,有需要的朋友参考下。</p> <table width="620" align="center" border="0" cellpadding="1" cellspacing="1" style="background:#FB7"> <tr> <td width="464" height="27" bgcolor="#FFE7CE"> 代码如下</td> <td width="109" align="center" bgcolor="#FFE7CE" style="cursor:pointer;" onclick="doCopy('copy6857')">复制代码</td> </tr> <tr> <td height="auto" colspan="2" valign="top" bgcolor="#FFFFFF" style="padding:10px;" class="copyclass" id="copy6857">update content_type_center set field_center_url_value = replace(字段名,'要替换','替换成的内容');</td> </tr> </table>