- Timestamp:
- Oct 27, 2019, 9:47:12 PM (7 years ago)
- Location:
- branches/ccl_branches/ipp-20190806/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/detResidImfile_failure.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40862,40877-40879,40882-40883,40936
- Property svn:mergeinfo changed
-
branches/ccl_branches/ipp-20190806/ippMonitor/def/detResidImfile_failure.d
r19726 r40974 1 TABLE detResidImfile , rawExp, rawImfile1 TABLE detResidImfile JOIN rawExp USING (exp_id) JOIN rawImfile USING (exp_id) 2 2 TITLE detResidImfile Failures 3 3 FILE detResidImfile_failure.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE detResidImfile.exp_id = rawExp.exp_id8 WHERE detResidImfile.exp_id = rawImfile.exp_id9 7 WHERE detResidImfile.class_id = rawImfile.class_id 10 8 WHERE detResidImfile.fault > 0 9 10 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 11 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 11 12 12 13 ARGS ARG1 detResidImfile.det_id=$detResidImfile.det_id
Note:
See TracChangeset
for help on using the changeset viewer.
