Sunday, February 23, 2014

Combine 2 Queries (from SAME table) into a SINGLE query

no, it does not work.


the MachineDownTime needs the WHERE condition where MONO = '9999999999'


the ProductiveTime needs the WHERE condition where MONO !='9999999999'


the OperatorDownTime needs the WHERE condition where MONO != '9999999999'


No comments:

Post a Comment