<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></title> 
<link>http://www.bizeway.net/index.php</link> 
<description><![CDATA[网务通 - 网务公司发展之路]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></copyright>
<item>
<link>http://www.bizeway.net/read.php?</link>
<title><![CDATA[跟着ArthurXF学习MYSQL——更新字段值中的部分数据]]></title> 
<author>ArthurXF &lt;arthurxf@gmail.com&gt;</author>
<category><![CDATA[MySQL]]></category>
<pubDate>Wed, 02 Apr 2008 09:40:52 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?</guid> 
<description>
<![CDATA[ 
	我们可能会在项目中碰到要求将数据库中某个字段的值修改成另外一个，那么大家可能会马上想到用update.举例说明：<br/>将字段A中的值为1的，全部替换成2.<br/>SQL语句就是这么写：update table set a=2 where a=1;<br/><br/>那么如果我们要讲字段A值中的包含1的，替换成2呢？<br/>例如：a=2211，现在要替换成2222,就是把1换成2<br/>SQl语句这么写：update table set a=REPLACE(a,'1','2');<br/><br/>这个方法还是很有用的，希望对大家有些帮助。<br/><br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">本文由ArthurXF倾情奉献，另ArthurXF受聘于上海非凡进修学院进行PHP等IT课程培训，有意学习者，可以免费试听，联系电话：021-51097877，QQ：29011218，MSN：onenight11@hotmail.com</div></div><br/>Tags - <a href="tag.php?tag=mysql" rel="tag">mysql</a> , <a href="tag.php?tag=%E5%AD%97%E6%AE%B5%E5%80%BC%E4%B8%AD%E7%9A%84%E9%83%A8%E5%88%86%E6%95%B0%E6%8D%AE" rel="tag">字段值中的部分数据</a>
]]>
</description>
</item><item>
<link>http://www.bizeway.net/read.php?&amp;guid=0#topreply</link>
<title><![CDATA[[评论] 跟着ArthurXF学习MYSQL——更新字段值中的部分数据]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>