<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "outer join problem"]]></title>
		<link>http://forums.enterprisedb.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "outer join problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>outer join problem</title>
				<description><![CDATA[ create table t1 (col1 int) replicated;<br /> <br /> create table t2 (col1 int) replicated;<br /> <br /> select * from t1 <br /> left join t2 on t2.col1 = t1.col1 <br /> where t2.col1 is null<br /> <br /> Error:<br /> SQLException: ERROR: Can not prepare request: null<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1539/5389.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1539/5389.page</link>
				<pubDate><![CDATA[Wed, 3 Dec 2008 19:07:19]]> GMT</pubDate>
				<author><![CDATA[ Don_N]]></author>
			</item>
			<item>
				<title>Re:outer join problem</title>
				<description><![CDATA[ Hi Don,<br /> I suspect you have an old version of GridSQL. The  outer join query works fine with the latest code from the CVS.<br /> <br /> --<br /> Atul]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1539/5391.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1539/5391.page</link>
				<pubDate><![CDATA[Thu, 4 Dec 2008 04:11:44]]> GMT</pubDate>
				<author><![CDATA[ Atul_D]]></author>
			</item>
	</channel>
</rss>
