Re: [HACKERS] Outer joins

From: Kaare Rasmussen <kar(at)webline(dot)dk>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Outer joins
Date: 1999-05-29 06:38:15
Message-ID: 199905290638.IAA06422@bohr.webline.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> select * from t1 left|right|full outer join t2 on t1.x = t2.x;

Will this be correct?

SELECT * FROM t1, t2, t3, t4 LEFT OUTER JOIN ON t1.x = t2.x,
t1.x = t3.x, t1.x = t4.x;

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1999-05-29 12:07:42 Re: [HACKERS] Open 6.5 items
Previous Message Vadim Mikheev 1999-05-29 05:51:13 Re: [HACKERS] Open 6.5 items