IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/detNormalizedExp_failure.d

    r19726 r40882  
    1 TABLE detNormalizedExp, detRun
     1TABLE detNormalizedExp JOIN detRun USING (det_id)
    22TITLE detNormalizedExp Failures
    33FILE  detNormalizedExp_failure.php
     
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE detNormalizedExp.det_id = detRun.det_id
    87WHERE detNormalizedExp.fault  > 0
    98
Note: See TracChangeset for help on using the changeset viewer.