Hi,
I need some help with query multiple tables in one query.
If I have something to the effect of
SELECT * FROM table1,table2,table3 WHERE table1.fiel=table2.field AND table2.field2=table3.field2
Does the above make sense?
Are there any tutorials on multiple table quries? or any help in this area?
Thanks,
Andy
I need some help with query multiple tables in one query.
If I have something to the effect of
SELECT * FROM table1,table2,table3 WHERE table1.fiel=table2.field AND table2.field2=table3.field2
Does the above make sense?
Are there any tutorials on multiple table quries? or any help in this area?
Thanks,
Andy