2016-11-04 26 views

回答

1
SELECT p.Name, s.DateofSale 
FROM Products p 
JOIN Sales s ON s.[Prod ID] = p.ProdID 
+0

'[Prod ID]'是SQL中的無效標識符 –