<?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: Selecting Specifying Multiple Field Values</title>
	<atom:link href="http://tech.petegraham.co.uk/2007/03/22/sql-selecting-specifying-multiple-field-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.petegraham.co.uk/2007/03/22/sql-selecting-specifying-multiple-field-values/</link>
	<description>yes i love technology</description>
	<lastBuildDate>Thu, 19 Aug 2010 08:26:20 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Naggy</title>
		<link>http://tech.petegraham.co.uk/2007/03/22/sql-selecting-specifying-multiple-field-values/comment-page-1/#comment-57411</link>
		<dc:creator>Naggy</dc:creator>
		<pubDate>Sun, 01 Feb 2009 13:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://tech.petegraham.co.uk/2007/03/22/sql-selecting-specifying-multiple-field-values/#comment-57411</guid>
		<description>Mhh nice.

But why not use the IN Statemant?

SELECT * FROM people
WHERE first_name IN (&#039;pete&#039;, &#039;paul&#039;);

You can also use Subquerys with the IN Statement.</description>
		<content:encoded><![CDATA[<p>Mhh nice.</p>
<p>But why not use the IN Statemant?</p>
<p>SELECT * FROM people<br />
WHERE first_name IN (&#8217;pete&#8217;, &#8216;paul&#8217;);</p>
<p>You can also use Subquerys with the IN Statement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

