<?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>Kiss Note &#187; sql</title>
	<atom:link href="http://kissnote.com/tags/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://kissnote.com</link>
	<description>Keep IT Simple and Stupid</description>
	<lastBuildDate>Mon, 17 May 2010 17:19:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>sql基于时间查询(select)</title>
		<link>http://kissnote.com/2009/05/15/hello-world/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://kissnote.com/2009/05/15/hello-world/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:18:09 +0000</pubDate>
		<dc:creator>shengjie</dc:creator>
				<category><![CDATA[Tips Everyday]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[返回所有posts表中，2009年5月13号到16号的记录。created是posts表的timestamp。 select * from posts where date(created) bettwen date(2009-05-13) and date(2009-05-16) 除了date()，还有year(),month(),day()可以使用。year(2009-05-13) 返回2009，month(2009-05-13)返回05，day(2009-05-13)返回13 Happy Coding&#8230;]]></description>
			<content:encoded><![CDATA[<p>返回所有posts表中，2009年5月13号到16号的记录。created是posts表的timestamp。</p>
<p>select * from posts where date(created) bettwen date(2009-05-13) and date(2009-05-16)</p>
<p>除了date()，还有year(),month(),day()可以使用。year(2009-05-13) 返回2009，month(2009-05-13)返回05，day(2009-05-13)返回13</p>
<p>Happy Coding&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://kissnote.com/2009/05/15/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
