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.
what about LEFT? (Score:1)
Failing that, isn't a RIGHT JOIN just a LEFT JOIN with the table order reversed? If you list the tables in reverse order and use a LEFT JOIN will it work?
Re: (Score:2)
No, because reversing the order gives you this:
That final INNER JOIN excludes the NULL row we need.
Re: (Score:1)
Re: (Score:1)
How… relational.
Re: (Score:1)
Re: (Score:1)
Huh, that was a criticism of MySQL?
Re:what about LEFT? (Score:1)
Reply to This
Parent
Re: (Score:1)
It just struck me as funny after reading the posts Ovid recently wrote about real relational databases, noting among other things that a select query there returns a bonafide table.