$ 0 0 This is the formula to get product join indicator , Case when TotalIOCount = 0 then 0 else (AMPCPUTime * 1000)/TotalIOCount End Can somebody help me understand why AMPCPUTIME gets multiplied by 1000 here ? Thanks a lot in advance. Mukesh
This is the formula to get product join indicator ,
Case when TotalIOCount = 0 then 0 else (AMPCPUTime * 1000)/TotalIOCount End
Can somebody help me understand why AMPCPUTIME gets multiplied by 1000 here ?
Thanks a lot in advance.
Mukesh