<?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>MySQL で NULL を一番最後にして昇順にソートする へのコメント</title>
	<atom:link href="http://blog.syuhari.jp/archives/69/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.syuhari.jp/archives/69</link>
	<description>I love iPhone, CakePHP and WordPress.</description>
	<lastBuildDate>Sat, 19 May 2012 20:14:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>MySQLで昇順ソートする時、NULL を最後に持ってくる &#171; Web屋に復帰した人間のリハビリ日記 より</title>
		<link>http://blog.syuhari.jp/archives/69/comment-page-1#comment-534</link>
		<dc:creator>MySQLで昇順ソートする時、NULL を最後に持ってくる &#171; Web屋に復帰した人間のリハビリ日記</dc:creator>
		<pubDate>Tue, 30 Dec 2008 08:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.syuhari.jp/blog/archives/69#comment-534</guid>
		<description>[...] MySQL で NULL を一番最後にして昇順にソートする [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL で NULL を一番最後にして昇順にソートする [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>matsuura より</title>
		<link>http://blog.syuhari.jp/archives/69/comment-page-1#comment-7</link>
		<dc:creator>matsuura</dc:creator>
		<pubDate>Wed, 27 Feb 2008 00:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.syuhari.jp/blog/archives/69#comment-7</guid>
		<description>&gt; MeijiK さん
ありがとうございます。
本文にも追記で情報を掲載させていただきました。</description>
		<content:encoded><![CDATA[<p>> MeijiK さん<br />
ありがとうございます。<br />
本文にも追記で情報を掲載させていただきました。</p>
]]></content:encoded>
	</item>
	<item>
		<title>MeijiK より</title>
		<link>http://blog.syuhari.jp/archives/69/comment-page-1#comment-8</link>
		<dc:creator>MeijiK</dc:creator>
		<pubDate>Tue, 26 Feb 2008 20:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.syuhari.jp/blog/archives/69#comment-8</guid>
		<description>MySQLの場合、以下のSQLでNULL LAST相当が実現できます。ご参考まで。

SELECT
  id,
  comment
FROM table
ORDER BY comment IS NULL ASC, COMMENT ASC;</description>
		<content:encoded><![CDATA[<p>MySQLの場合、以下のSQLでNULL LAST相当が実現できます。ご参考まで。</p>
<p>SELECT<br />
  id,<br />
  comment<br />
FROM table<br />
ORDER BY comment IS NULL ASC, COMMENT ASC;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

