Changeset 40535 for trunk/ippTools/share/dettool_toresidimfile.sql
- Timestamp:
- Sep 26, 2018, 12:20:28 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/dettool_toresidimfile.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/dettool_toresidimfile.sql
r31910 r40535 21 21 FROM detRun 22 22 JOIN detInputExp 23 USING(det_id, iteration) 23 -- USING(det_id, iteration) 24 ON detInputExp.det_id = detRun.det_id 25 AND detInputExp.iteration = detRun.iteration 26 -- AND detInputExp.iteration = 0 24 27 JOIN rawExp 25 28 ON detInputExp.exp_id = rawExp.exp_id … … 77 80 ON detInputExp.det_id = detRun.det_id 78 81 AND detInputExp.iteration = detRun.iteration 82 -- AND detInputExp.iteration = 0 79 83 JOIN rawExp 80 84 ON rawExp.exp_id = detInputExp.exp_id … … 123 127 ON detInputExp.det_id = detRun.det_id 124 128 AND detInputExp.iteration = detRun.iteration 129 -- AND detInputExp.iteration = 0 125 130 JOIN rawExp 126 131 ON rawExp.exp_id = detInputExp.exp_id
Note:
See TracChangeset
for help on using the changeset viewer.
