<?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: Problematic SQL Sorting</title>
	<atom:link href="http://skeymedia.com/problematic-sql-sorting/feed/" rel="self" type="application/rss+xml" />
	<link>http://skeymedia.com/problematic-sql-sorting/</link>
	<description>Blogging about Web Development and Website Management &#38; Monetization</description>
	<lastBuildDate>Tue, 01 Jun 2010 15:36:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Eric</title>
		<link>http://skeymedia.com/problematic-sql-sorting/comment-page-1/#comment-56831</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 01 Jun 2010 15:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.skeymedia.com/programming/sql/problematic-sql-sorting/index.html#comment-56831</guid>
		<description>Code does not work among this set of values : 
0.1
100
115.2
133.3
145
145
150
23.5
299
45
47

as can see, 23.5 should come before the hundreds but the code sorts based on the first numeric value in the number, as in 0 1 2 3 4</description>
		<content:encoded><![CDATA[<p>Code does not work among this set of values :<br />
0.1<br />
100<br />
115.2<br />
133.3<br />
145<br />
145<br />
150<br />
23.5<br />
299<br />
45<br />
47</p>
<p>as can see, 23.5 should come before the hundreds but the code sorts based on the first numeric value in the number, as in 0 1 2 3 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cummiskey</title>
		<link>http://skeymedia.com/problematic-sql-sorting/comment-page-1/#comment-69</link>
		<dc:creator>Brian Cummiskey</dc:creator>
		<pubDate>Fri, 08 Sep 2006 08:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.skeymedia.com/programming/sql/problematic-sql-sorting/index.html#comment-69</guid>
		<description>Hi Liana,

I never worked with &quot;numbers&quot; such as that, as techncially, its not a Real number.  I can see the use though, perhaps in sorting &quot;Sections&quot; of a legal document, for example.

When I have more time, I will play with this some and post what I come up with.</description>
		<content:encoded><![CDATA[<p>Hi Liana,</p>
<p>I never worked with &#8220;numbers&#8221; such as that, as techncially, its not a Real number.  I can see the use though, perhaps in sorting &#8220;Sections&#8221; of a legal document, for example.</p>
<p>When I have more time, I will play with this some and post what I come up with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liana</title>
		<link>http://skeymedia.com/problematic-sql-sorting/comment-page-1/#comment-67</link>
		<dc:creator>liana</dc:creator>
		<pubDate>Wed, 06 Sep 2006 02:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.skeymedia.com/programming/sql/problematic-sql-sorting/index.html#comment-67</guid>
		<description>how about many point, i mean for example &quot;1.1.10&quot;....how to sort it,do you have any idea to help me</description>
		<content:encoded><![CDATA[<p>how about many point, i mean for example &#8220;1.1.10&#8243;&#8230;.how to sort it,do you have any idea to help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
