join and where clause equivalent ?

Поиск
Список
Период
Сортировка
От Nabil Sayegh
Тема join and where clause equivalent ?
Дата
Msg-id 1055246895.31783.3.camel@billy
обсуждение исходный текст
Ответы Re: join and where clause equivalent ?
Список pgsql-novice
Hi all,

is

"SELECT * FROM a JOIN b USING (id_a)"

fully equivalent to

"SELECT * FROM a, b WHERE a.id_a=b.id_a" ?

Which is faster ?

TIA
--
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : http://www.e-trolley.de


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

Предыдущее
От: Dani Oderbolz
Дата:
Сообщение: Re: Question regarding keyword checkboxes in database design
Следующее
От: Dmitry Tkach
Дата:
Сообщение: Re: join and where clause equivalent ?