Gourav Kumar <[email protected]> writes: > A Join clause/predicate will only mention 2 relations. It can't have 3 or > more relations.
Really? What of, say,
select ... from a,b,c where (a.x + b.y) = c.z;
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
