Changeset 40882 for trunk/ippMonitor/def/detResidExp_failure.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/detResidExp_failure.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detResidExp_failure.d
r19726 r40882 1 TABLE detResidExp , rawExp, detInputExp1 TABLE detResidExp JOIN rawExp USING (exp_id) JOIN detInputExp USING (exp_id) 2 2 TITLE detResidExp Failures 3 3 FILE detResidExp_failure.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detResidExp.exp_id = rawExp.exp_id8 WHERE detResidExp.exp_id = detInputExp.exp_id9 7 WHERE detResidExp.iteration = detInputExp.iteration 10 8 WHERE detResidExp.fault > 0 9 10 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 11 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 11 12 12 13 # define the arguments supplied to the links below (if any)
Note:
See TracChangeset
for help on using the changeset viewer.
