Home > Net >  SQL SUM counting every instance and not if data is present
SQL SUM counting every instance and not if data is present

Time:02-02

I have a piece of a SQL statement below:

SELECT WOCUSTFIELD.WORKORDERID, WORKORDER.ACTUALFINISHDATE, 
       CASE WHEN  wocustfield.custfieldname LIKE '           
  • Related