<?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"
	>
<channel>
	<title>Comments on: MySQL Tips &#038; Tricks: Using ORDER BY FIELD and GROUP_CONCAT()</title>
	<atom:link href="http://httpremix.com/mysql-order-by-field-group_concat/feed" rel="self" type="application/rss+xml" />
	<link>http://httpremix.com/mysql-order-by-field-group_concat</link>
	<description>Dedicated to the craft of professional web development</description>
	<pubDate>Sat, 31 Jul 2010 02:35:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Akmal Adnan</title>
		<link>http://httpremix.com/mysql-order-by-field-group_concat#comment-44</link>
		<dc:creator>Akmal Adnan</dc:creator>
		<pubDate>Mon, 03 May 2010 08:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://httpremix.com/?p=13#comment-44</guid>
		<description>can you show how to do this For maximum performance, store the field as an ENUM with the values defined in the correct order. . sorry, i am not good with database design.</description>
		<content:encoded><![CDATA[<p>can you show how to do this For maximum performance, store the field as an ENUM with the values defined in the correct order. . sorry, i am not good with database design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonah ellison</title>
		<link>http://httpremix.com/mysql-order-by-field-group_concat#comment-19</link>
		<dc:creator>jonah ellison</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://httpremix.com/?p=13#comment-19</guid>
		<description>Hi Amit, I think this is what you want:

SELECT b,a,c,d FROM jonah ORDER BY b ASC, a ASC, c ASC, d ASC</description>
		<content:encoded><![CDATA[<p>Hi Amit, I think this is what you want:</p>
<p>SELECT b,a,c,d FROM jonah ORDER BY b ASC, a ASC, c ASC, d ASC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://httpremix.com/mysql-order-by-field-group_concat#comment-18</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Thu, 14 Aug 2008 06:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://httpremix.com/?p=13#comment-18</guid>
		<description>hi jonah,

i think you love database, i am facing a problem ,if u can help me out.

actually wat i want is:

select a,b,c,d from jonah

now the recordset comes as column a,b,c,d but i want the order to b,a,c,d

and i can not change the sequence in query, so is there any function which reorders the resulting dataset</description>
		<content:encoded><![CDATA[<p>hi jonah,</p>
<p>i think you love database, i am facing a problem ,if u can help me out.</p>
<p>actually wat i want is:</p>
<p>select a,b,c,d from jonah</p>
<p>now the recordset comes as column a,b,c,d but i want the order to b,a,c,d</p>
<p>and i can not change the sequence in query, so is there any function which reorders the resulting dataset</p>
]]></content:encoded>
	</item>
</channel>
</rss>
