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; -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
