﻿<?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>Gavin&#039;s Blog &#187; SQL</title>
	<atom:link href="http://laigw.name/tag/sql/feed" rel="self" type="application/rss+xml" />
	<link>http://laigw.name</link>
	<description>Keep it simple, stupid. Simplicity is beauty.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Select语句完整的执行顺序</title>
		<link>http://laigw.name/post/41.html</link>
		<comments>http://laigw.name/post/41.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 03:07:44 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[DB/SQL]]></category>
		<category><![CDATA[SELECT语句]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[执行顺序]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=41</guid>
		<description><![CDATA[SQL Select语句完整的执行顺序：
1、from子句组装来自不同数据源的数据；
2、where子句基于指定的条件对记录行进行筛选；
3、group  by子句将数据划分为多个分组；
4、使用聚集函数进行计算；
5、使用having子句筛选分组；
6、计算所有的表达式；
7、使用order  by对结果集进行排序。
]]></description>
		<wfw:commentRss>http://laigw.name/post/41.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

