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.
Am I missing something? (Score:2)
SELECT id,
first_name,
last_name,
other_table.id,
other_table.name
FROM some_view
- Jason
Re:Am I missing something? (Score:2)
You have to quote them because it's invalid syntax if you don't them (unless you actually specify the other table in your "FROM" clause.) You see, the dot is standard syntax for indicating that you're pulling the data from another table:
Re:Am I missing something? (Score:2)
Er, "if you don't quote them." :)
Reply to This
Parent