<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>小鸡飞过海的个人空间</title>
			    <link>http://space.itpub.net/12513946</link>
			    <description></description>
			    <copyright>Copyright(C) 小鸡飞过海的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Thu, 20 Nov 2008 21:36:13 GMT</lastBuildDate><item>
								<title>关于merge into 的使用</title>
								<link>http://space.itpub.net/12513946/viewspace-151855</link>
								<description><![CDATA[<P>merge into 的用法如下：</P>
<P>merge into t_AAA a</P>
<P>using (select t.id, t.time&nbsp;from t_BBB t) b</P>
<P>on (a.id=b.id)</P>
<P>when matched then</P>
<P>update set a.last_time=b.time where b.time&gt;a.last_time</P>
<P>when not matched th...]]></description>
								<category>blog</category>
								<author>小鸡飞过海</author>
								<pubDate>Fri, 18 Jan 2008 18:31:34 GMT</pubDate>
							</item>
							
		</channel>
	</rss>