Re: Outer Join Syntax

From: "Joe Conway" <joseph(dot)conway(at)home(dot)com>
To: "Richard Rowell" <richard(at)bowmansystems(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Outer Join Syntax
Date: 2001-08-01 17:28:27
Message-ID: 023401c11aaf$60e7af80$48d210ac@jecw2k1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Subject: [SQL] Outer Join Syntax

> I'm doing a feasability study on porting our flagship product to Postgres
> (from MS_SQL). I have run across a few snags, the largest of which is the
> outer join syntax. MS has some nice syntactical sugar with the *=/=*
> operators that Postgres dosen't seem to support. I am confused on how
> to replicate the behavior however. We often link together many tables via

See http://www.postgresql.org/idocs/index.php?queries.html

You also might want to take a look at
http://www.postgresql.org/idocs/index.php?explicit-joins.html

HTH,

--Joe

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-08-01 18:06:03 Re: Outer Join Syntax
Previous Message Michael Richards 2001-08-01 16:29:25 Re: Exclusion List