<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sorting Time Strings</title>
	<atom:link href="http://jasongraphix.com/journal/sorting-time-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasongraphix.com/journal/sorting-time-strings/</link>
	<description>A journal of art, thoughts, and projects by Jason Beaird.</description>
	<lastBuildDate>Mon, 27 Feb 2012 18:15:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brian</title>
		<link>http://jasongraphix.com/journal/sorting-time-strings/#comment-1139</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 12 Dec 2006 08:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/sorting-time-strings/#comment-1139</guid>
		<description>Is the data in the db as a time?
If not, cast to time and then order by. Nathan sent you down the right track. It defineately would help if the data were in the right format to begin with.
</description>
		<content:encoded><![CDATA[<p>Is the data in the db as a time?<br />
If not, cast to time and then order by. Nathan sent you down the right track. It defineately would help if the data were in the right format to begin with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Beaird</title>
		<link>http://jasongraphix.com/journal/sorting-time-strings/#comment-1138</link>
		<dc:creator>Jason Beaird</dc:creator>
		<pubDate>Mon, 11 Dec 2006 23:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://beta.jasongraphix.com/journal/sorting-time-strings/#comment-1138</guid>
		<description>Thanks to a tip from Nathan, I was able to reduce the ORDER BY Clause down to: &quot;ORDER BY SUBSTRING(reservation_time, -2),  CAST(reservation_time AS TIME)&quot;.  Duh.
</description>
		<content:encoded><![CDATA[<p>Thanks to a tip from Nathan, I was able to reduce the ORDER BY Clause down to: &#8220;ORDER BY SUBSTRING(reservation_time, -2),  CAST(reservation_time AS TIME)&#8221;.  Duh.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

