<?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; sql</title>
	<atom:link href="http://www.joe-ho.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joe-ho.com</link>
	<description>What I called myself is small potato. 一個士麼普爹圖既生活點滴</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:47:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL statement &#8211; inner join</title>
		<link>http://www.joe-ho.com/sql-statement-inner-join/</link>
		<comments>http://www.joe-ho.com/sql-statement-inner-join/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 06:26:56 +0000</pubDate>
		<dc:creator>Joe Ho</dc:creator>
				<category><![CDATA[電腦]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.joe-ho.com/?p=662</guid>
		<description><![CDATA[<p>Today still hammering on SQL statement. As a beginner, I surely got problems on that. I just want to share the SQL syntax to beginner like me.</p> <p>SELECT [Table1].[Field], [Table2].[Field] FROM [Table1] INNER JOIN [Table2] ON [Table1].[Key Field]=[Table2].[Key Field] WHERE GROUP BY ORDER BY</p> ]]></description>
			<content:encoded><![CDATA[<p>Today still hammering on SQL statement. As a beginner, I surely got problems on that. I just want to share the SQL syntax to beginner like me.</p>
<p>SELECT [Table1].[Field], [Table2].[Field] FROM [Table1] INNER JOIN [Table2] ON [Table1].[Key Field]=[Table2].[Key Field]<br />
WHERE<br />
GROUP BY<br />
ORDER BY</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joe-ho.com/sql-statement-inner-join/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL statement ordering</title>
		<link>http://www.joe-ho.com/sql-statement-ordering/</link>
		<comments>http://www.joe-ho.com/sql-statement-ordering/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 14:50:55 +0000</pubDate>
		<dc:creator>Joe Ho</dc:creator>
				<category><![CDATA[電腦]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.joe-ho.com/?p=612</guid>
		<description><![CDATA[<p>Recently, I&#8217;ve got a small task on creating a SQL enquiry statement. As a beginner, it&#8217;s still a easy thing to complete a statement, but it returns a error to me. I asked google about the error, after a while I understand the reason about the error message.</p> <p>It has a style to complete a SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve got a small task on creating a SQL enquiry statement. As a  beginner, it&#8217;s still a easy thing to complete a statement, but it returns a  error to me. I asked google about the error, after a while I understand the  reason about the error message.</p>
<p>It has a style to complete a SQL statement, ORDER BY ***MUST*** be the last  key, that is:</p>
<p>SELECT &#8230; GROUP BY &lt;FIELD NAME&gt; ORDER BY &lt;FIELD NAME&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joe-ho.com/sql-statement-ordering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

