<?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>database queries Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/database-queries/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/database-queries/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Tue, 17 Mar 2015 00:59:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>MySQL:  Using sub-selects to filter results of one table that is not contained in another table</title>
		<link>https://tools.belchamber.us/mysql-using-sub-selects-to-filter-results-of-one-table-that-is-not-contained-in-another-table/</link>
					<comments>https://tools.belchamber.us/mysql-using-sub-selects-to-filter-results-of-one-table-that-is-not-contained-in-another-table/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Tue, 17 Mar 2015 00:57:20 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database queries]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[mysql tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=735</guid>

					<description><![CDATA[<p>In MySQL, if you have two tables with a shared index and you would like to show the results of one table where the index is not within another table, you can use &#8220;NOT IN&#8221;. SELECT * FROM table2 WHERE some_field not in (SELECT some_field FROM table1) Try Googling &#8220;MySQL NOT IN&#8221; and you get [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/mysql-using-sub-selects-to-filter-results-of-one-table-that-is-not-contained-in-another-table/">MySQL:  Using sub-selects to filter results of one table that is not contained in another table</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/mysql-using-sub-selects-to-filter-results-of-one-table-that-is-not-contained-in-another-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">735</post-id>	</item>
	</channel>
</rss>
