I used Northwind database and test with following query :
SELECT *
FROM products
JOIN suppliers ON suppliers.supplierID = products.supplierID
and I got a red message like this :
Msg 4104, Level 16, State 1, Line 1
The multi-part identifier "products.supplierID" could not be bound.
Can anyone shed some light ? many thanks,