IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19815 for trunk/ippTools


Ignore:
Timestamp:
Oct 2, 2008, 7:49:12 AM (18 years ago)
Author:
eugene
Message:

fixed error in sql logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/dettool_toresidexp.sql

    r18561 r19815  
    6767    HAVING
    6868        COUNT(rawImfile.class_id) = COUNT(detResidImfile.class_id)
    69         AND SUM(detResidImfile.fault = 0)
     69        AND SUM(detResidImfile.fault) = 0
    7070    ) AS toresidexp
Note: See TracChangeset for help on using the changeset viewer.