Re: [GENERAL] Binding of "AS" vis "JOIN"

2005-02-04 Thread Tom Lane
"Karl O. Pinc" <[EMAIL PROTECTED]> writes: > I'm doing some complicated joining and am getting error > messages about unknown relations and can't figure out > what's up. I'm wondering if "as" aliasing gives > an alias to the product of a join, not just the > one table that appears immediately in f

[GENERAL] Binding of "AS" vis "JOIN"

2005-02-04 Thread Karl O. Pinc
Hi, I'm doing some complicated joining and am getting error messages about unknown relations and can't figure out what's up. I'm wondering if "as" aliasing gives an alias to the product of a join, not just the one table that appears immediately in front of the "as". ? Rather than try to describe