<?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: MySQL: order by primary key</title>
	<atom:link href="http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/</link>
	<description>some junk we like</description>
	<lastBuildDate>Thu, 26 Apr 2012 13:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta3</generator>
	<item>
		<title>By: 12centuries</title>
		<link>http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/comment-page-1/#comment-102845</link>
		<dc:creator>12centuries</dc:creator>
		<pubDate>Fri, 20 Aug 2010 08:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://earthorbitdesign.com/wordpress/?p=852#comment-102845</guid>
		<description>Assuming that your primary key is the first field in the table, this will work:&lt;br&gt;&lt;br&gt;SELECT * FROM `table` ORDER BY 1&lt;br&gt;&lt;br&gt;Cheers!</description>
		<content:encoded><![CDATA[<p>Assuming that your primary key is the first field in the table, this will work:</p>
<p>SELECT * FROM `table` ORDER BY 1</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/comment-page-1/#comment-99791</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 19 Mar 2009 01:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://earthorbitdesign.com/wordpress/?p=852#comment-99791</guid>
		<description>The command should work:

SELECT * from table order by id;</description>
		<content:encoded><![CDATA[<p>The command should work:</p>
<p>SELECT * from table order by id;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/comment-page-1/#comment-103073</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 19 Mar 2009 01:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://earthorbitdesign.com/wordpress/?p=852#comment-103073</guid>
		<description>The command should work:

SELECT * from table order by id;</description>
		<content:encoded><![CDATA[<p>The command should work:</p>
<p>SELECT * from table order by id;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tozzano</title>
		<link>http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/comment-page-1/#comment-88995</link>
		<dc:creator>Tozzano</dc:creator>
		<pubDate>Mon, 09 Jun 2008 07:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://earthorbitdesign.com/wordpress/?p=852#comment-88995</guid>
		<description>Hi,

What I cannot believe is that no one has commented on this :) 

Google returned this page as a result of my query &#039;mysql order by primary&#039; There must be a way to use that logic (not having to provide the primary index name in the order by clause. Anyway...

I just started looking - but I thought I would say hi and say that I agree that the PHP knowledge base is better than the mySQL documentation and dev chat base.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What I cannot believe is that no one has commented on this <img src='http://somejunkwelike.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Google returned this page as a result of my query &#8216;mysql order by primary&#8217; There must be a way to use that logic (not having to provide the primary index name in the order by clause. Anyway&#8230;</p>
<p>I just started looking &#8211; but I thought I would say hi and say that I agree that the PHP knowledge base is better than the mySQL documentation and dev chat base.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tozzano</title>
		<link>http://somejunkwelike.com/wordpress/2004/12/22/mysql-order-by-primary-key/comment-page-1/#comment-103072</link>
		<dc:creator>Tozzano</dc:creator>
		<pubDate>Mon, 09 Jun 2008 07:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://earthorbitdesign.com/wordpress/?p=852#comment-103072</guid>
		<description>Hi,

What I cannot believe is that no one has commented on this :) 

Google returned this page as a result of my query &#039;mysql order by primary&#039; There must be a way to use that logic (not having to provide the primary index name in the order by clause. Anyway...

I just started looking - but I thought I would say hi and say that I agree that the PHP knowledge base is better than the mySQL documentation and dev chat base.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What I cannot believe is that no one has commented on this <img src='http://somejunkwelike.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Google returned this page as a result of my query &#8216;mysql order by primary&#8217; There must be a way to use that logic (not having to provide the primary index name in the order by clause. Anyway&#8230;</p>
<p>I just started looking &#8211; but I thought I would say hi and say that I agree that the PHP knowledge base is better than the mySQL documentation and dev chat base.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

