Re: Continue with the original idea, about JOINS.... - Mailing list pgsql-admin

From Tom Lane
Subject Re: Continue with the original idea, about JOINS....
Date
Msg-id 2854.1088201947@sss.pgh.pa.us
Whole thread Raw
In response to Continue with the original idea, about JOINS....  ("Jhonatas M. Rodríguez" <jhonatas_rod@yahoo.com>)
List pgsql-admin
"=?iso-8859-1?q?Jhonatas=20M.=20Rodr=EDguez?=" <jhonatas_rod@yahoo.com> writes:
> I want to continue with the original idea, how i do a
> join without
> (table1 LEFT JOIN table2 ON (table1.field1 =
> table2.field2)
> table2 RIGHT OUTER JOIN table1 ON (table2.field2 =
> table1.field1))
> else with a simbol (as (*,+, anything)).

You don't.  Those syntaxes are nonstandard and we don't support them.
The ISO SQL standard defines JOIN, and that's what we support.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Jhonatas M. Rodríguez"
Date:
Subject: Continue with the original idea, about JOINS....
Next
From: Stephan Szabo
Date:
Subject: Re: Continue with the original idea, about JOINS....