Changeset 9319 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 5, 2006, 2:59:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9314 r9319 2168 2168 " detRun.iteration" 2169 2169 " FROM detRun" 2170 " LEFTJOIN detInputExp"2170 " JOIN detInputExp" 2171 2171 " ON detRun.position = detInputExp.det_id" 2172 2172 " AND detRun.iteration = detInputExp.iteration" 2173 " LEFTJOIN rawDetrendExp"2173 " JOIN rawDetrendExp" 2174 2174 " ON detInputExp.exp_tag = rawDetrendExp.exp_tag" 2175 " LEFTJOIN detStackedImfile"2175 " JOIN detStackedImfile" 2176 2176 " ON detInputExp.det_id = detStackedImfile.det_id" 2177 2177 " AND detInputExp.iteration = detStackedImfile.iteration" 2178 " LEFT JOIN detNormlaizedStatImfile" 2179 " ON detRun.position = detNormalizedStatImfile.det_id" 2180 " ON detRun.iteration = detNormalizedStatImfile.iteration" 2178 2181 " WHERE" 2179 2182 " detRun.state = 'run'" 2183 " AND detNormalizedStatImfile.det_id IS NULL" 2184 " AND detNormalizedStatImfile.iteration IS NULL" 2180 2185 " GROUP BY" 2181 2186 " rawDetrendExp.exp_tag,"
Note:
See TracChangeset
for help on using the changeset viewer.
