Changeset 23717 for trunk/ippTools/share/disttool_toadvance.sql
- Timestamp:
- Apr 6, 2009, 3:15:05 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/disttool_toadvance.sql (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_toadvance.sql
r23688 r23717 3 3 stage, 4 4 stage_id, 5 outroot 5 outroot, 6 label 6 7 FROM 7 8 ( … … 11 12 stage, 12 13 stage_id, 13 outroot 14 outroot, 15 label 14 16 FROM distRun 15 17 JOIN rawImfile ON stage_id = rawImfile.exp_id … … 33 35 stage, 34 36 stage_id, 35 outroot 37 outroot, 38 label 36 39 FROM distRun 37 40 JOIN chipProcessedImfile ON stage_id = chipProcessedImfile.chip_id … … 55 58 stage, 56 59 stage_id, 57 outroot 60 outroot, 61 label 58 62 FROM distRun 59 63 JOIN warpSkyfile on stage_id = warp_id … … 79 83 stage, 80 84 stage_id, 81 outroot 85 outroot, 86 label 82 87 FROM distRun 83 88 JOIN diffSkyfile … … 103 108 stage, 104 109 stage_id, 105 outroot 110 outroot, 111 label 106 112 FROM distRun 107 113 JOIN stackSumSkyfile on stage_id = stack_id
Note:
See TracChangeset
for help on using the changeset viewer.
