NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Not moronic at all (Score:1)
Which row in
secondis theSELECTclause referring to?Re: (Score:1)
And that's not what it complains about. It complains that it doesn't know of the table at all, not that it doesn't know which table I refer to.
Re:Not moronic at all (Score:1)
Hmm, I don’t have PostgreSQL handy here to check; but I know that SQLite at least behaves just like MySQL. I’d be surprised, actually, if any RDBMS let you do what you were after.
We can quibble about the wording of the error message; I’ll agree that it could be more plausible.
I also won’t disagree at all that MySQL is a cardhouse of hack upon hack.
But… I dunno, that behaviour there seems sensible to me.
Reply to This
Parent
Re: (Score:1)
ERROR: invalid reference to FROM-clause entry for table "first"
HINT: Perhaps you meant to reference the table alias "f".