Changeset 40882 for trunk/ippMonitor/def/fakePendingExp.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/fakePendingExp.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/fakePendingExp.d
r27892 r40882 1 TABLE fakeRun , camRun, chipRun, rawExp1 TABLE fakeRun JOIN camRun USING (cam_id) JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id) 2 2 TITLE fake Pending Exposures 3 3 FILE fakePendingExp.php … … 6 6 # limit this table to non-OBJECT types of images 7 7 WHERE fakeRun.state = 'new' 8 WHERE fakeRun.cam_id = camRun.cam_id 9 WHERE camRun.chip_id = chipRun.chip_id 10 WHERE chipRun.exp_id = rawExp.exp_id 8 9 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 10 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 11 11 12 12 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
