<?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: Syntax Rules for SOQL</title>
	<atom:link href="http://blog.jeffdouglas.com/2009/09/23/syntax-rules-for-soql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2009/09/23/syntax-rules-for-soql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=syntax-rules-for-soql</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Trevor</title>
		<link>http://blog.jeffdouglas.com/2009/09/23/syntax-rules-for-soql/comment-page-1/#comment-275</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1347#comment-275</guid>
		<description>This syntax does not account for 0WHERE Field IN QUERY:
SELECT Id, Name FROM Account WHERE Id IN (SELECT AccountId FROM Opportunity )</description>
		<content:encoded><![CDATA[<p>This syntax does not account for 0WHERE Field IN QUERY:<br />
SELECT Id, Name FROM Account WHERE Id IN (SELECT AccountId FROM Opportunity )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://blog.jeffdouglas.com/2009/09/23/syntax-rules-for-soql/comment-page-1/#comment-274</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 16 Mar 2010 21:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1347#comment-274</guid>
		<description>Awesome!  Should help a lot with my java SOQL query parser.  I have to know the metadata before the second QueryResult is read (ResultSet Fields and Field types), using the Partner WSDL.  I think the only way, since sub-QUERY SObject selects can be null and thus have inaccessible Fields, is to parse the query text.</description>
		<content:encoded><![CDATA[<p>Awesome!  Should help a lot with my java SOQL query parser.  I have to know the metadata before the second QueryResult is read (ResultSet Fields and Field types), using the Partner WSDL.  I think the only way, since sub-QUERY SObject selects can be null and thus have inaccessible Fields, is to parse the query text.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

