"=?iso-8859-1?q?Jhonatas=20M.=20Rodr=EDguez?=" <jhonatas_rod(at)yahoo(dot)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