EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

Union all failure: select * from (select * from t1 union all select * from t2) as x;  XML

Forum Index » GridSQL - General
Author Message
Don_N

New member

Joined: 3 Dec 2008 17:15:20
Messages: 9
Offline

GridSQL -> create table t1 (c varchar(10));
OK
Response time: 0m 0s 78ms Total time: 0m 0s 78ms

GridSQL -> create table t2 (c varchar(10));
OK
Response time: 0m 0s 81ms Total time: 0m 0s 81ms

GridSQL -> select * from (select * from t1 union all select * from t2) as x;
SQLException: ERROR: Failed To Get Results For ( SQL , NodeURL) : ( SELECT "TMPTT39_1"."c" as "c" FROM "t2" ) eQS Node 10 has aborted execution, cause is: java.sql.SQLException : ERROR: missing FROM-clause entry for table "TMPTT39_1"
Mason_S

Senior member

Joined: 1 Apr 2008 09:03:08
Messages: 380
Offline

We recently fixed another UNION ALL subquery issue, it appears that not all cases have been fixed.

We will investigate.

Thanks,

Mason
[WWW]
Mason_S

Senior member

Joined: 1 Apr 2008 09:03:08
Messages: 380
Offline

We checked in a fix for this a number of days ago.

Thanks,

Mason
[WWW]
 
Forum Index » GridSQL - General
Go to:   
Powered by JForum 2.1.8 © JForum Team