Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
Search
Recent Topics
Hottest Topics
Member Listing
Back to home page
Wrong result on outer join
Forum Index
»
GridSQL - General
Author
Message
16/12/2008 20:52:01
Subject:
Wrong result on outer join
Don_N
New member
Joined: 03/12/2008 17:15:20
Messages: 9
Offline
create table t1 (id int);
create table t2 (id int);
insert into t1 values (1);
select * from t1 left join t2 on t2.id = 0;
Result:
no rows to display
Expected:
1, null
17/12/2008 17:37:25
Subject:
Re:Wrong result on outer join
Mason_S
Senior member
Joined: 01/04/2008 09:03:08
Messages: 366
Offline
It looks like we have a bug when the ON clause does not actually contain a join condition. We will investigate.
Regards,
Mason Sharp
Forum Index
»
GridSQL - General
Go to:
Select a forum
News & Announcements
Website Issues
Advanced Server
Standard Server
Postgres Plus AMIs with Amazon EC2
GridSQL - General
GridSQL - Developers
PostgreSQL Installers for Windows, Linux and OS X
Tuning and Migration Wizard
ApachePHP and application Installers
Powered by
JForum 2.1.8
©
JForum Team