<?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[mysql sql查询distinct用法以及getdate的用法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 26 Oct 2009 03:31:37 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	select distinct(fild1),FScoreCount from Tbl_User order by FScoreCount desc limit 10.<br/>select distinct(fild1),FScore from Tbl_Score where FYear = 2009 and FWeek = &#039;44&#039; order by FScore desc limit 0,10;<br/><br/><br/><div class="code">&lt;?php<br/>&nbsp;&nbsp;&nbsp;&nbsp;$today = getdate ();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print_r($today);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>?&gt;</div><br/><br/>Array<br/>(<br/>&nbsp;&nbsp;&nbsp;&nbsp;[seconds] =&gt; 55<br/>&nbsp;&nbsp;&nbsp;&nbsp;[minutes] =&gt; 41<br/>&nbsp;&nbsp;&nbsp;&nbsp;[hours] =&gt; 11<br/>&nbsp;&nbsp;&nbsp;&nbsp;[mday] =&gt; 26<br/>&nbsp;&nbsp;&nbsp;&nbsp;[wday] =&gt; 1<br/>&nbsp;&nbsp;&nbsp;&nbsp;[mon] =&gt; 10<br/>&nbsp;&nbsp;&nbsp;&nbsp;[year] =&gt; 2009<br/>&nbsp;&nbsp;&nbsp;&nbsp;[yday] =&gt; 298<br/>&nbsp;&nbsp;&nbsp;&nbsp;[weekday] =&gt; Monday<br/>&nbsp;&nbsp;&nbsp;&nbsp;[month] =&gt; October<br/>&nbsp;&nbsp;&nbsp;&nbsp;[0] =&gt; 1256528515<br/>)<br/><br/><br/><div class="code">$currYear = $today &#91;&#039;year&#039;&#93;;<br/>select distinct(fild1),FScore from Tbl_Score where FYear = &quot;.$currYear .&quot;and FWeek = &#039;44&#039; order by FScore desc limit 0,10;</div>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] mysql sql查询distinct用法以及getdate的用法]]></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>