Greetings, SQL gurus!
I am attempting to select fields Location and Item_Num from table A where A.Location = B.Location, AND select Item_Description from table C, where A.Item_Num = C.Item_Num.
Any help would be appreciated.
Louise
|
- Re: [SQL] Multiple table join Louise Cofield
- Re: [SQL] Multiple table join Bruno Wolff III
- Re: [SQL] Multiple table join Louise Cofield
- Re: [SQL] Multiple table join Dan Langille