<?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>Tips, Tricks, and Reviews in Linux, Apache, MySQL, PHP</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<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>
</channel>
</rss>
