which sql syntax is better for joins on pgsql?

Поиск
Список
Период
Сортировка
От fabrizio
Тема which sql syntax is better for joins on pgsql?
Дата
Msg-id 9fnrgq$tvg$1@news.tht.net
обсуждение исходный текст
Список pgsql-sql
Hi all...one question..which sql syntax for joins will perform better on
pgsql..
something like xxx OUTER JOIN yyy or SELECT xxx,yyy FROM bbb,ccc WHERE
bbb.xxx = ccc.yyy ??
Are there any performance differences in executing these to queries in pg or
will they be the same in means of time and resources??
I'm asking this because i'm tranferring an access97 db to postgres and i am
using passthrough queries from access which are written as the first one i
listed..

Thanks to all!




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

Предыдущее
От: Gaizka Villate
Дата:
Сообщение: Sub-SELECT uses un-GROUPed attribute: how to solve.
Следующее
От: "JWR"
Дата:
Сообщение: Re: update from another table