syntax of joins

Поиск
Список
Период
Сортировка
От Andreas
Тема syntax of joins
Дата
Msg-id 4F7F3CD9.9090103@gmx.net
обсуждение исходный текст
Ответы Re: syntax of joins
Список pgsql-sql
hi,

is there a disadvantage to write a join as

select   *
from    a, b
where  a.id = b.a_id;

over

select   *
from    a join b  on  a.id = b.a_id;


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