WHERE AND JOIN STATEMENTS

Поиск
Список
Период
Сортировка
От JORGE MALDONADO
Тема WHERE AND JOIN STATEMENTS
Дата
Msg-id f03943a01003051018hceb485fm9cde3cc63f248f52@mail.gmail.com
обсуждение исходный текст
Ответы Re: WHERE AND JOIN STATEMENTS  (Jure Kobal <j.kobal@gmx.com>)
Список pgsql-novice
What is the advantage (or advantages) of using JOIN instead of WHERE in a SELECT statement?
Is JOIN faster than WHERE?
 
I have a SELECT statement that involves 7 tables and I am using WHERE to relate them and get the result I need but I want to know if there is a performance issue if I change to JOIN.
 
Respectfully,
Jorge Maldonado

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

Предыдущее
От: venkatrao.b@tcs.com
Дата:
Сообщение: Re: Is there any oracle user_source table equivalent in postgre?
Следующее
От: Jure Kobal
Дата:
Сообщение: Re: WHERE AND JOIN STATEMENTS