<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ladysign Dev Blog &#187; empty values</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/empty-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL oracle: don&#8217;t show empty values.</title>
		<link>http://www.ladysign-apps.com/blog/code/sql/sql-oracle-dont-show-empty-values/</link>
		<comments>http://www.ladysign-apps.com/blog/code/sql/sql-oracle-dont-show-empty-values/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:44:35 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[sql]]></category>
		<category><![CDATA[empty values]]></category>
		<category><![CDATA[not null]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=357</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Ever wanted to query a resultset and received a whole bunch of results with empty values?<br />
Just query on select no empty v[......]</p><p class='read-more'><a href='http://www.ladysign-apps.com/blog/code/sql/sql-oracle-dont-show-empty-values/'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Ever wanted to query a resultset and received a whole bunch of results with empty values?<br />
Just query on select no empty values.<br />
The query can look like this:</p>
<pre class="brush: sql; title: ;">
SELECT * FROM MY_TABLE WHERE CD_VAL = 'something' AND CD_VAL IS NOT NULL;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/sql/sql-oracle-dont-show-empty-values/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

