Changeset 40882 for trunk/ippMonitor/def/failedChipProcessedImfile.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/failedChipProcessedImfile.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/failedChipProcessedImfile.d
r37983 r40882 1 TABLE chipRun , rawExp, chipProcessedImfile1 TABLE chipRun JOIN rawExp USING (exp_id) JOIN chipProcessedImfile USING (chip_id) 2 2 TITLE Chip Failed Imfiles 3 3 FILE failedChipProcessedImfile.php … … 6 6 # limit this table to non-OBJECT types of images 7 7 WHERE chipRun.exp_id = rawExp.exp_id 8 WHERE chipProcessedImfile.exp_id = chipRun.exp_id9 WHERE chipProcessedImfile.chip_id = chipRun.chip_id10 8 WHERE chipProcessedImfile.fault != 0 9 10 RESTRICT_COUNT AND rawExp.dateobs >= CURDATE() 11 UNRESTRICTED AND rawExp.dateobs >= CURDATE() 11 12 12 13 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
