Changeset 16511
- Timestamp:
- Feb 15, 2008, 9:58:12 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/detselect_search.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/detselect_search.sql
r16475 r16511 1 -- this query needs to use the same fields in both of the tables in 2 -- the union statement, but we need to report the 3 -- detRunSummary.iteration in the first case, and this is missing in 4 -- the second case. 5 1 6 SELECT DISTINCT 2 7 det_id, 3 iteration,8 good_iteration as iteration, 4 9 filelevel 5 10 FROM 6 11 (SELECT DISTINCT 7 detRun.* 12 detRun.*, 13 detRunSummary.iteration as good_iteration 8 14 FROM detRun 9 15 JOIN detRunSummary … … 14 20 UNION 15 21 SELECT DISTINCT 16 * 22 detRun.*, 23 detRun.iteration as good_iteration 17 24 FROM detRun 18 25 WHERE
Note:
See TracChangeset
for help on using the changeset viewer.
