Changeset 40882 for trunk/ippMonitor/def/camProcessedExp_failure.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/camProcessedExp_failure.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camProcessedExp_failure.d
r27892 r40882 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.
