Changeset 9404
- Timestamp:
- Oct 7, 2006, 5:13:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r9403 r9404 72 72 "SELECT" 73 73 " detNormalizedImfile.det_id," 74 " detNormalizedImfile.iteration," 75 " detNormalizedImfile.class_id" 74 " detNormalizedImfile.iteration" 76 75 " FROM detRun" 77 76 " JOIN detInputExp" … … 80 79 " ON detRun.position = detInputExp.det_id" 81 80 " JOIN detNormalizedImfile" 82 " ON detInputExp. position= detNormalizedImfile.det_id"81 " ON detInputExp.det_id = detNormalizedImfile.det_id" 83 82 " AND detInputExp.iteration = detNormalizedImfile.iteration" 84 83 " JOIN rawDetrendExp" 85 84 " ON detInputExp.exp_tag = rawDetrendExp.exp_tag" 86 85 " JOIN detRunSummary" 87 " ON detInputExp. position= detRunSummary.det_id"86 " ON detInputExp.det_id = detRunSummary.det_id" 88 87 " AND detInputExp.iteration = detRunSummary.iteration" 89 88 " WHERE"
Note:
See TracChangeset
for help on using the changeset viewer.
