Re: Continue with the original idea, about JOINS....

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Continue with the original idea, about JOINS....
Дата
Msg-id 2854.1088201947@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Continue with the original idea, about JOINS....  ("Jhonatas M. Rodríguez" <jhonatas_rod@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jhonatas M. Rodríguez"
Дата:
Сообщение: Continue with the original idea, about JOINS....
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Continue with the original idea, about JOINS....