2016-11-04 43 views

回答

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

'[Prod ID]'是SQL中的无效标识符 –

相关问题