- 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.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.d
r36788 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 Processed 3 3 FILE camProcessedExp.php … … 6 6 # the following WHERE clauses are added to all queries joined by AND 7 7 WHERE camRun.state = 'full' 8 WHERE camRun.chip_id = chipRun.chip_id9 WHERE chipRun.exp_id = rawExp.exp_id10 WHERE camProcessedExp.cam_id = camRun.cam_id11 8 WHERE camProcessedExp.fault = 0 12 9 13 RESTRICT_COUNT AND dateobs >= CURDATE()14 UNRESTRICTED AND dateobs >= CURDATE()10 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 11 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 15 12 16 13 # define the arguments supplied to the links below (if any)
Note:
See TracChangeset
for help on using the changeset viewer.
