"=?iso-8859-1?q?Jhonatas=20M.=20Rodr=EDguez?=" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html