<?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: Select from table where data row missing</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/select-from-table-where-data-row-missing/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/select-from-table-where-data-row-missing/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 18:11:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: micah5</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/select-from-table-where-data-row-missing/#comment-50462</link>
		<dc:creator>micah5</dc:creator>
		<pubDate>Thu, 25 Oct 2007 13:08:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-50462</guid>
		<description><![CDATA[I think this would work:

insert into TABLE
select distinct bu,asset,&#039;AMT&#039;
from table
minus
select bu,asset,book
from table]]></description>
		<content:encoded><![CDATA[<p>I think this would work:</p>
<p>insert into TABLE<br />
select distinct bu,asset,&#8217;AMT&#8217;<br />
from table<br />
minus<br />
select bu,asset,book<br />
from table</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 18:25:25 -->