Changeset 9394 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 6, 2006, 6:50:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9392 r9394 4061 4061 " detResidExp.accept" 4062 4062 " FROM detRun" 4063 " LEFTJOIN detInputExp"4063 " JOIN detInputExp" 4064 4064 " ON detRun.position = detInputExp.det_id" 4065 4065 " AND detRun.iteration = detInputExp.iteration" 4066 " LEFTJOIN detResidExp"4066 " JOIN detResidExp" 4067 4067 " ON detRun.position = detResidExp.det_id" 4068 4068 " AND detRun.iteration = detResidExp.iteration" … … 4070 4070 " WHERE" 4071 4071 " detRun.state = 'run'" 4072 " AND detInputExp.exp_tag IS NOT NULL"4073 " AND detResidExp.accept IS NOT NULL"4074 4072 " GROUP BY" 4075 4073 " detRun.position,"
Note:
See TracChangeset
for help on using the changeset viewer.
