JurkMonkey
Programmer
I have a table which simply contains UserID and BuildingID.
I need to pull the data from the Building table using the results of a specific userid in the first table.
Users
ID Name
1 Timmy
2 Billy
3 Joe
Building
ID Address
1 123 Main St
2 456 Water Rd
MyTable
ID UserID BuildingID
1 2 2
I would expect to return Billy 456 Water Rd.
Someone got some SQL for me?
Thanks
I need to pull the data from the Building table using the results of a specific userid in the first table.
Users
ID Name
1 Timmy
2 Billy
3 Joe
Building
ID Address
1 123 Main St
2 456 Water Rd
MyTable
ID UserID BuildingID
1 2 2
I would expect to return Billy 456 Water Rd.
Someone got some SQL for me?
Thanks