- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/disttool_definebyquery_chip.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/share/disttool_definebyquery_chip.sql
r25835 r27838 5 5 rawExp.exp_name as run_tag, 6 6 chipRun.label, 7 chipRun.data_group, 7 8 chipRun.dist_group, 8 9 distTarget.target_id, … … 14 15 AND rawExp.filter = distTarget.filter 15 16 JOIN rcInterest USING(target_id) 16 LEFT JOIN distRun ON distRun.stage = 'chip' 17 AND distRun.stage_id = chipRun.chip_id 18 AND distRun.clean = distTarget.clean 17 LEFT JOIN distRun ON distRun.stage_id = chipRun.chip_id 18 AND distRun.target_id = distTarget.target_id 19 19 -- JOIN hook %s 20 20 WHERE distTarget.state = 'enabled'
Note:
See TracChangeset
for help on using the changeset viewer.
