Get the Defect Type with the maximum Total Defect Qty

前端 未结 0 395
后悔当初
后悔当初 2020-12-08 04:56

I have the following query which gets the sum of defect quantity per Defect Type :

SELECT 
[Defect Type]
,YEAR([Date]) AS YearOfDefect
,SUM([Total Defect Qty]         


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