Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/magicdstool_completed_runs.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/magicdstool_completed_runs.sql (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/magicdstool_completed_runs.sql
r24683 r27840 1 1 SELECT DISTINCT 2 magic_ds_id 2 magic_ds_id, 3 re_place, 4 label 3 5 FROM 4 6 ( 5 7 -- raw stage 6 8 SELECT 7 magicDSRun. magic_ds_id9 magicDSRun.* 8 10 FROM magicDSRun 9 11 JOIN rawImfile ON stage_id = rawImfile.exp_id … … 23 25 -- chip stage 24 26 SELECT 25 magicDSRun. magic_ds_id27 magicDSRun.* 26 28 FROM magicDSRun 27 29 JOIN chipProcessedImfile ON stage_id = chip_id … … 42 44 -- camera stage 43 45 SELECT 44 magicDSRun. magic_ds_id46 magicDSRun.* 45 47 FROM magicDSRun 46 48 JOIN camProcessedExp ON stage_id = camProcessedExp.cam_id … … 59 61 -- warp stage 60 62 SELECT 61 magicDSRun. magic_ds_id63 magicDSRun.* 62 64 FROM magicDSRun 63 65 JOIN warpSkyfile on stage_id = warp_id … … 79 81 -- diff stage 80 82 SELECT DISTINCT 81 magicDSRun. magic_ds_id83 magicDSRun.* 82 84 FROM magicDSRun 83 85 JOIN magicRun USING (magic_id) … … 101 103 AND SUM(magicDSFile.fault) = 0 102 104 103 ) as Foo105 ) as magicDSRun
Note:
See TracChangeset
for help on using the changeset viewer.
