<?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 &#8211; Case insensitive ORDER BY</title>
	<atom:link href="http://albertech.net/2010/03/mysql-case-insensitive-order-by/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net/2010/03/mysql-case-insensitive-order-by/</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Thu, 03 May 2012 15:55:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: CoursesWeb</title>
		<link>http://albertech.net/2010/03/mysql-case-insensitive-order-by/comment-page-1/#comment-475</link>
		<dc:creator>CoursesWeb</dc:creator>
		<pubDate>Mon, 05 Dec 2011 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://albertech.net/?p=372#comment-475</guid>
		<description>Hi,
Thank you for this article. I used the variant with LOWER(`name`) and works very fine :).</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for this article. I used the variant with LOWER(`name`) and works very fine <img src='http://albertech.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: işitme cihazı</title>
		<link>http://albertech.net/2010/03/mysql-case-insensitive-order-by/comment-page-1/#comment-320</link>
		<dc:creator>işitme cihazı</dc:creator>
		<pubDate>Mon, 29 Mar 2010 19:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://albertech.net/?p=372#comment-320</guid>
		<description>very nice blog :)</description>
		<content:encoded><![CDATA[<p>very nice blog <img src='http://albertech.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://albertech.net/2010/03/mysql-case-insensitive-order-by/comment-page-1/#comment-317</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 05:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://albertech.net/?p=372#comment-317</guid>
		<description>Thanks for bringing up the point about the accents. The COLLATE &#039;latin1_general_ci&#039; is a much better solution. I&#039;ll update the post with your helpful tip.</description>
		<content:encoded><![CDATA[<p>Thanks for bringing up the point about the accents. The COLLATE &#8216;latin1_general_ci&#8217; is a much better solution. I&#8217;ll update the post with your helpful tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eremit</title>
		<link>http://albertech.net/2010/03/mysql-case-insensitive-order-by/comment-page-1/#comment-316</link>
		<dc:creator>eremit</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://albertech.net/?p=372#comment-316</guid>
		<description>Generally that&#039;s worth a try, but as far as I remember accents might be still a problem.

Another solution to get an case-insensitive ORDER BY is:

mysql_query(&quot;SELECT * FROM names ORDER BY name COLLATE &#039;latin1_general_ci&#039;);

See: &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html&quot; rel=&quot;nofollow&quot;&gt;MySQL Reference - Case Sensitivity in String Searches&lt;/a&gt; and &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/charset.html&quot; rel=&quot;nofollow&quot;&gt;MySQL Reference - Character Set Support&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Generally that&#8217;s worth a try, but as far as I remember accents might be still a problem.</p>
<p>Another solution to get an case-insensitive ORDER BY is:</p>
<p>mysql_query(&#8220;SELECT * FROM names ORDER BY name COLLATE &#8216;latin1_general_ci&#8217;);</p>
<p>See: <a href="http://dev.mysql.com/doc/refman/5.0/en/case-sensitivity.html" rel="nofollow">MySQL Reference &#8211; Case Sensitivity in String Searches</a> and <a href="http://dev.mysql.com/doc/refman/5.0/en/charset.html" rel="nofollow">MySQL Reference &#8211; Character Set Support</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daynah</title>
		<link>http://albertech.net/2010/03/mysql-case-insensitive-order-by/comment-page-1/#comment-366</link>
		<dc:creator>Daynah</dc:creator>
		<pubDate>Wed, 03 Mar 2010 23:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://albertech.net/?p=372#comment-366</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @dragonal: MySQL - Case insensitive ORDER BY http://bit.ly/9xGo2r&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @dragonal: MySQL &#8211; Case insensitive ORDER BY <a href="http://bit.ly/9xGo2r" rel="nofollow">http://bit.ly/9xGo2r</a></span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

