Changeset 25913 for trunk/ippTools/share/flatcorr_chiprundone.sql
- Timestamp:
- Oct 21, 2009, 3:26:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/flatcorr_chiprundone.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/flatcorr_chiprundone.sql
r25816 r25913 7 7 JOIN chipRun 8 8 USING(chip_id) 9 LEFT JOIN camRun10 ON chipRun.chip_id = camRun.chip_id9 LEFT JOIN flatcorrCamLink 10 using(corr_id, chip_id) 11 11 WHERE 12 12 flatcorrRun.state = 'new' 13 13 AND flatcorrChipLink.include = 1 14 14 AND chipRun.state = 'full' 15 AND camRun.cam_id is NULL15 AND flatcorrCamLink.corr_id is NULL
Note:
See TracChangeset
for help on using the changeset viewer.
