<?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 for Jon Moore</title>
	<atom:link href="http://www.jonmoore.co.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonmoore.co.uk</link>
	<description>Tips &#039;n&#039; Snips</description>
	<lastBuildDate>Thu, 10 Nov 2011 13:35:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on SELECT inside a SELECT by Mark Jackson</title>
		<link>http://www.jonmoore.co.uk/php/mysql/select-inside-a-select#comment-85</link>
		<dc:creator>Mark Jackson</dc:creator>
		<pubDate>Thu, 10 Nov 2011 13:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonmoore.co.uk/uncategorized/select-inside-a-select#comment-85</guid>
		<description>Also the &#039;IN&#039; and &#039;NOT IN&#039; can be used to specify multiple conditional values - for example:

SELECT * FROM users WHERE email IN (&#039;me@me.com&#039;,&#039;you@you.com&#039;,&#039;him@him.com&#039;,&#039;her@her.com&#039;);

Saves a bit of time writing it out in full with loads of email = &#039;...&#039; OR email = &#039;...&#039;</description>
		<content:encoded><![CDATA[<p>Also the &#8216;IN&#8217; and &#8216;NOT IN&#8217; can be used to specify multiple conditional values &#8211; for example:</p>
<p>SELECT * FROM users WHERE email IN (&#8216;me@me.com&#8217;,'you@you.com&#8217;,'him@him.com&#8217;,'her@her.com&#8217;);</p>
<p>Saves a bit of time writing it out in full with loads of email = &#8216;&#8230;&#8217; OR email = &#8216;&#8230;&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

