- Timestamp:
- Aug 6, 2008, 10:24:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/stacktool_pendingcleanupskyfile.sql
r18645 r18942 1 1 SELECT 2 chipProcessedImfile.*, 3 chipRun.state, 4 chipRun.workdir, 5 chipRun.label, 6 chipRun.reduction, 7 chipRun.expgroup, 8 chipRun.dvodb, 9 chipRun.tess_id, 10 chipRun.end_stage 11 FROM chipRun 12 JOIN chipProcessedImfile 13 USING(chip_id) 2 stackSumSkyfile.*, 3 stackRun.state, 4 stackRun.workdir, 5 stackRun.dvodb, 6 stackRun.tess_id, 7 FROM stackRun 8 JOIN stackSumSkyfile 9 USING(stack_id) 14 10 WHERE 15 chipRun.state = 'goto_cleaned'11 stackRun.state = 'goto_cleaned'
Note:
See TracChangeset
for help on using the changeset viewer.
