Re: Problem with joins
От
Tom Lane
Тема
Re: Problem with joins
Дата
Msg-id
24919.1012923594@sss.pgh.pa.us
Ответ на
Re: Problem with joins (Josh Berkus)
Список
Дерево обсуждения
Problem with joins Sharon Cowling <sharon.cowling@sslnz.com>
"Josh Berkus" 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 по дате отправления