<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿乐的博客 &#187; CONCAT</title>
	<atom:link href="http://ale.net.cn/blog/tag/concat/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Wed, 22 Dec 2010 14:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL字符串函数CONCAT使用</title>
		<link>http://ale.net.cn/blog/2009/09/mysql%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%87%bd%e6%95%b0concat%e4%bd%bf%e7%94%a8/</link>
		<comments>http://ale.net.cn/blog/2009/09/mysql%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%87%bd%e6%95%b0concat%e4%bd%bf%e7%94%a8/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 01:56:41 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[CONCAT]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=93</guid>
		<description><![CDATA[在转换mysql数据的时候用到CONCAT函数，很实用。
在原字段内容的基础上，增加内容，通过CONCAT可以方便的实现。代码如下：
UPDATE `表名` SET `字段名` =concat(&#8217;字段名&#8217;,'新内容&#8217;) ;
]]></description>
			<content:encoded><![CDATA[<p>在转换mysql数据的时候用到CONCAT函数，很实用。</p>
<p>在原字段内容的基础上，增加内容，通过CONCAT可以方便的实现。代码如下：</p>
<p>UPDATE `表名` SET `字段名` =concat(&#8217;字段名&#8217;,'新内容&#8217;) ;</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/09/mysql%e5%ad%97%e7%ac%a6%e4%b8%b2%e5%87%bd%e6%95%b0concat%e4%bd%bf%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

