JackONeill
Programmer
Hello all!
Hope you are well! There has been quite some time since I didn't login... 2011...
But as I have a suestion for SQL query I though I should come back here...
So basiquelly We have 2 table:
One (TableA)with
Item ;VendorID; ManufacturerID
example:
1 1 2
2 1 4
3 1 5
4 1 2
5 2 6
and a second one (TableB) with
CompanyID ;Description
1 CocaCola
2 Ferrari
3 Microsoft
4 Brico
5 Gamma
6 Alpha
would it be possible to create a Query tha return:
1 1 CocaCola 2 Ferrari
2 1 CocaCola 4 Brico
3 1 CocaCola 5 Gamma
4 1 CocaCola 2 Ferrari
5 2 Ferrari 6 Alpha
Where VendorID & ManufacturerID Description share same TableB...
Thank you!
Hope you are well! There has been quite some time since I didn't login... 2011...
But as I have a suestion for SQL query I though I should come back here...
So basiquelly We have 2 table:
One (TableA)with
Item ;VendorID; ManufacturerID
example:
1 1 2
2 1 4
3 1 5
4 1 2
5 2 6
and a second one (TableB) with
CompanyID ;Description
1 CocaCola
2 Ferrari
3 Microsoft
4 Brico
5 Gamma
6 Alpha
would it be possible to create a Query tha return:
1 1 CocaCola 2 Ferrari
2 1 CocaCola 4 Brico
3 1 CocaCola 5 Gamma
4 1 CocaCola 2 Ferrari
5 2 Ferrari 6 Alpha
Where VendorID & ManufacturerID Description share same TableB...
Thank you!