Changeset 40882 for trunk/ippMonitor/def/detProcessedExp_failure.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/detProcessedExp_failure.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detProcessedExp_failure.d
r28043 r40882 1 TABLE detProcessedExp , rawExp1 TABLE detProcessedExp JOIN rawExp USING (exp_id) 2 2 TITLE detProcessedExp Failures 3 3 FILE detProcessedExp_failure.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detProcessedExp.exp_id = rawExp.exp_id8 7 WHERE detProcessedExp.fault > 0 8 9 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 10 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 9 11 10 12 ARGS ARG1 detProcessedImfile.det_id=$detProcessedExp.det_id
Note:
See TracChangeset
for help on using the changeset viewer.
