Gourav Kumar <gourav1905(at)gmail(dot)com> 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