Re: Problem with joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with joins
Дата
Msg-id 24919.1012923594@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with joins  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-novice
"Josh Berkus" <josh@agliodbs.com> writes:
> [ mostly good advice ]
>  ... You can't mix explicit JOINs (e.g. TableA JOIN TableB ON
>  Col1 = Col2) with implicit joins (FROM TableA, TableB WHERE col1 =
>  col2).

Sure you can, though the explicit joins will be done first.  See
http://developer.postgresql.org/docs/postgres/explicit-joins.html

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Duncan Adams (DNS)"
Дата:
Сообщение: Re: order by question
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: SETOF / SETS_FIXED?