Why does SUM from one table rises if I do an INNER JOIN with another table?

前端 未结 0 486
说谎
说谎 2021-01-30 16:26

I can\'t figure this out... If I write this query...

SELECT SUM(d.Quantity)
FROM Invoice i INNER JOIN InvDet d ON i.InvoiceId = d.InvoiceId

I get

相关标签:
回答
  • 消灭零回复
提交回复
热议问题