Changeset 9431
- Timestamp:
- Oct 9, 2006, 2:55:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r9406 r9431 79 79 // can't join on the iteration here as we want the results from all 80 80 // iterations 81 " ON detRun. position= detInputExp.det_id"81 " ON detRun.det_id = detInputExp.det_id" 82 82 " JOIN detNormalizedImfile" 83 83 " ON detInputExp.det_id = detNormalizedImfile.det_id" … … 104 104 " FROM detRun" 105 105 " JOIN detRunSummary " 106 " ON detRun. position= detRunSummary.det_id"106 " ON detRun.det_id = detRunSummary.det_id" 107 107 " JOIN detInputExp" 108 108 " ON detRunSummary.det_id = detInputExp.det_id" … … 186 186 " FROM detNormalizedImfile" 187 187 " JOIN detRun" 188 " ON detNormalizedImfile.det_id = detRun. position"188 " ON detNormalizedImfile.det_id = detRun.det_id" 189 189 " JOIN detRunSummary" 190 190 " ON detNormalizedImfile.det_id = detRunSummary.det_id"
Note:
See TracChangeset
for help on using the changeset viewer.
