<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "View Issue"]]></title>
		<link>http://forums.enterprisedb.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "View Issue"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>View Issue</title>
				<description><![CDATA[ Hi, all<br /> <br /> I created a view as <br /> [code]create view v_test as <br /> select *<br /> from (select * from test ) a left join (select * from  test2 ) b<br /> on a.id = b.id<br /> [/code]<br /> <br /> When I selects from this view, the error comes out.<br /> <br /> [color=red]ERROR: Failed to parse view statement: select * from (select * from test ) a left join (select * from test2 ) b on a.id = b.i[/color]<br /> <br /> I checked the xsysviews table, the view statement missed some letters.<br /> <br /> I corrected the view statement and selected from the view again, but I still got the same error. <br /> <br /> I tried restart the server, then I got a new error. <br /> <br /> [color=red]ERROR: Node 3 has aborted execution, cause is: org.postgresql.util.PSQLException : ERROR: each UNION query must have the same number of columns<br />   Position: 363<br /> QUERY: SELECT "TMPTT3_3"."id" as "id", "TMPTT3_3"."name" as "name", "TMPTT3_3"."password" as "password", "TMPTT3_3"."rq" as "rq", "TMPTT3_3"."id" as "EXPRESSION1", "TMPTT3_3"."name" as "EXPRESSION2", "TMPTT3_3"."password" as "EXPRESSION3", "TMPTT3_3"."rq" as "EXPRESSION4" FROM "TMPTT3_3"  INNER JOIN "TMPTT5_2" ON ("TMPTT3_3"."id" = "TMPTT5_2"."id")  UNI...[/color]<br /> <br /> <br /> Does the gridsql cache the view statement?<br /> <br /> Does gridsql support full join now?<br /> <br /> Thanks.<br /> <br /> Regards,<br /> David]]></description>
				<guid isPermaLink="true">http://forums.enterprisedb.com/posts/preList/2533/9516.page</guid>
				<link>http://forums.enterprisedb.com/posts/preList/2533/9516.page</link>
				<pubDate><![CDATA[Mon, 13 Dec 2010 01:42:57]]> GMT</pubDate>
				<author><![CDATA[ null]]></author>
			</item>
	</channel>
</rss>