- 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/camProcessedExp_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/camProcessedExp_failure.d
r27892 r40974 1 TABLE camRun , camProcessedExp, chipRun, rawExp1 TABLE camRun JOIN camProcessedExp using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id) 2 2 TITLE Camera Failed Exposures 3 3 FILE camProcessedExp_failure.php … … 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE camRun.chip_id = chipRun.chip_id8 WHERE chipRun.exp_id = rawExp.exp_id9 WHERE camProcessedExp.cam_id = camRun.cam_id10 7 WHERE camProcessedExp.fault != 0 8 9 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 10 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 11 11 12 12 # define the arguments supplied to the links below (if any)
Note:
See TracChangeset
for help on using the changeset viewer.
