<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[SQL 精妙语句（确实牛！） 注意里面的讨论很有使用价值]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 23 Dec 2009 01:54:37 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	<div class="code">create table b as select a.id, a.name, a.address from user a; <br/>create table b as select * from a where 1&lt;&gt;1 </div><br/><br/>呵呵，胡兄弟少了Create语句 <br/>于兄弟的SQL应该用得比我好，这是转载的，不过其实这里sql的子查询语句只是为了获得原表的结构，如果需要的只是某些列也可以将*改为那些列的名字。 <br/>复制表的某些列也可以使用这样的方法： <br/>create table b as select a.id, a.name, a.address from user a; <br/>讨论很有意思
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] SQL 精妙语句（确实牛！） 注意里面的讨论很有使用价值]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>