Sql joined tables - how to aggregate problem (sum)?

后端 未结 0 1617
不知归路
不知归路 2020-12-11 02:54

I have two tables joined like this :

SELECT T1.product, T1.NrOfInstallment, count(DISTINCT T1.ContractNumber), 
       (sum(DISTINCT T1.DisbursementAmount + (         


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