Re: Joining *3* tables

2006-09-29 Thread André Hänsel
> -Ursprüngliche Nachricht- > Von: Renito 73 [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 30. September 2006 04:20 > An: mysql@lists.mysql.com > Betreff: Joining *3* tables > > Hello list Hello Mr 73, > I have a large database of contacts, but since not all fields > are used I > dec

Re: joining 3 tables

2006-02-14 Thread Peter Brawley
Amy, You didn't mention what the problem is with your query... select reference.uid from reference, subject_name, ref_cat where subject_name.sub_id = '45' and ref_cat.ref_cat_id = '3' and ref_cat.ref_cat_id = reference.ref_cat_id and subject_name.sub_id = ref_cat.sub_id IAC it is easier to unde

Re: joining 3 tables

2006-02-14 Thread Thomas Spahni
On Tue, 14 Feb 2006, Amy Thornton wrote: > I am trying to join 3 tables together. > > Table A has 3 fields: sub_id, subject, id > Table B has 3 fields: ref_cat_id, sub_id, ref_cat > Table C has 7 fields: uid, ref_cat_id, etc. > > I am trying to join Table A and B over sub_id and join B and C over