Before anyone cracks a quick joke... my question does not refer to
same-sex marriage...
I know how to create a join - correct me if I am wrong, but its
something like the following:
SELECT contacts.firstn ame,contacts.la stname,address. line_1
FROM contacts,addres s
WHERE contacts.addres s_hash='$myhash key'
AND address.hash='$ myhashkey';
I have seen mixed references in my books about unions and joins that
make me think they are in some way related. My Core MySQL book, which I
think is great, is unfortunately not clear enough for my head to grasp.
I'd appreciate if someone would could give me a real and an imaginery
world example (thus sample code and perhaps compare apples and oranges
in a shopping list or whatever)...
and... ahem... if I'm wrong about my understanding for a 'join' then
perhaps you could clarify that too for me...
I've got about a years MySQL behind me but very little of it is
commercial/work related so I appreciate all the help/direction you can
give... Please reply to the newsgroup for others to learn from...
Cheers
Randell D.
Comment