Need help with INNER Join

Поиск
Список
Период
Сортировка
От Mag Gam
Тема Need help with INNER Join
Дата
Msg-id 1cbd6f830805040740x207b8432s63e2d45248b37767@mail.gmail.com
обсуждение исходный текст
Ответы Re: Need help with INNER Join
Re: Need help with INNER Join
Список pgsql-novice
Hello
 
When I needed to join tables I always used the equal syntax (ie. SELECT id from foo,fee where id.foo=id.fee)
 
To my understanding, it is preferred to use the INNER JOIN keyword. I am able to INNER JOIN 2 tables, but I am not sure of the syntax for 3 or more tables. Can someone please show me an example for that ?
 
TIA
 

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

Предыдущее
От: "Phillip Smith"
Дата:
Сообщение: Re: Configuration on CentOS 4.6
Следующее
От: Frank Bax
Дата:
Сообщение: Re: Need help with INNER Join