Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/chiptool_completely_processed_exp.sql
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/chiptool_completely_processed_exp.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/chiptool_completely_processed_exp.sql
r23688 r27840 7 7 workdir_state, 8 8 label, 9 data_group, 10 dist_group, 9 11 reduction, 10 12 expgroup, … … 12 14 tess_id, 13 15 end_stage, 14 all_files_magicked as magicked 16 imfile_magicked as magicked, 17 note 15 18 FROM 16 19 (SELECT … … 18 21 rawImfile.class_id as rawimfile_class_id, 19 22 chipProcessedImfile.class_id, 20 SUM(!chipProcessedImfile.magicked) = 0 as all_files_magicked 23 -- XXX using chipProcessedImfile assumes that all imfile's have 24 -- the same magicked value if that isn't right then more than one 25 -- row will be returned. In practice this is the case but bugs could 26 -- cause it to not be true. 27 -- We could use rawExp.magicked but that would make it possible for 28 -- the chipRun to have a different magicked value than the imfiles 29 chipProcessedImfile.magicked AS imfile_magicked 21 30 FROM chipRun 22 31 JOIN rawImfile
Note:
See TracChangeset
for help on using the changeset viewer.
