<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Wrong result on outer join"]]></title>
		<link>http://forums.enterprisedb.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "Wrong result on outer join"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Wrong result on outer join</title>
				<description><![CDATA[ create table t1 (id int);<br /> create table t2 (id int);<br /> insert into t1 values (1);<br /> select * from t1 left join t2 on t2.id = 0;<br /> <br /> Result:<br /> <br /> no rows to display<br /> <br /> Expected:<br /> <br /> 1, null<br /> ]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1562/5458.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1562/5458.page</link>
				<pubDate><![CDATA[Tue, 16 Dec 2008 20:52:01]]> GMT</pubDate>
				<author><![CDATA[ Don_N]]></author>
			</item>
			<item>
				<title>Re:Wrong result on outer join</title>
				<description><![CDATA[ It looks like we have a bug when the ON clause does not actually contain a join condition. We will investigate.<br /> <br /> Regards,<br /> <br /> Mason Sharp]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/1562/5469.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/1562/5469.page</link>
				<pubDate><![CDATA[Wed, 17 Dec 2008 17:37:25]]> GMT</pubDate>
				<author><![CDATA[ Mason_S]]></author>
			</item>
	</channel>
</rss>
