 




<?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: SQL Select Stmt</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: msi77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112840</link>
		<dc:creator>msi77</dc:creator>
		<pubDate>Fri, 26 Oct 2012 18:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112840</guid>
		<description><![CDATA[Maybeselect * from WorksOn a join
(select * from WorksOn where name = &#039;Smith&#039;) b
on a.project = b.project AND a.hours = b.hours and a.name &lt;&gt; b.name]]></description>
		<content:encoded><![CDATA[<p>Maybeselect * from WorksOn a join<br />
(select * from WorksOn where name = &#8216;Smith&#8217;) b<br />
on a.project = b.project AND a.hours = b.hours and a.name &lt;&gt; b.name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112833</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Fri, 26 Oct 2012 14:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112833</guid>
		<description><![CDATA[Can you explain why you are using those &#039;NOT EXISTS&#039; conditions ?]]></description>
		<content:encoded><![CDATA[<p>Can you explain why you are using those &#8216;NOT EXISTS&#8217; conditions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112807</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 26 Oct 2012 03:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112807</guid>
		<description><![CDATA[We need to know the table formats that are used. Your existing statement would also be a real help. -- Tom]]></description>
		<content:encoded><![CDATA[<p>We need to know the table formats that are used. Your existing statement would also be a real help. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: testaduro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112806</link>
		<dc:creator>testaduro</dc:creator>
		<pubDate>Fri, 26 Oct 2012 02:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112806</guid>
		<description><![CDATA[Not really a problem, just looking for an alternative to an existing stmt that I have created.]]></description>
		<content:encoded><![CDATA[<p>Not really a problem, just looking for an alternative to an existing stmt that I have created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112805</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 26 Oct 2012 02:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/sql-select-stmt/#comment-112805</guid>
		<description><![CDATA[What problem are having with doing that? -- Tom]]></description>
		<content:encoded><![CDATA[<p>What problem are having with doing that? &#8212; Tom</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 3/8 queries in 0.033 seconds using memcached
Object Caching 325/326 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 06:28:14 -->