- Timestamp:
- Feb 16, 2010, 11:20:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definestackstack_part0.sql
r26927 r26958 5 5 stackRun.label AS INPUT_label, 6 6 stackRun.tess_id AS INPUT_tess_id 7 -- , 8 -- stackRun.stack_id AS INPUT_stack_id, 9 -- template.max_stack_id, 10 -- diffExp.diff_id 7 11 FROM stackRun JOIN stackSumSkyfile USING(stack_id) 8 12 JOIN ( … … 28 32 SELECT 29 33 diffRun.diff_id, 30 stackRun.stack_id 34 diffInputSkyfile.stack1, 35 diffInputSkyfile.stack2 31 36 FROM diffRun JOIN diffInputSkyfile USING(diff_id) 32 37 JOIN stackRun ON stackRun.stack_id = diffInputSkyfile.stack1 33 38 JOIN stackSumSkyfile USING(stack_id) 34 39 WHERE 1 35 -- diff where hook %s36 40 -- input where hook %s 37 ) AS diffExp ON stackRun.stack_id = diffExp.stack_id41 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id 38 42 WHERE 39 43 stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0 44 -- diff where hook %s 40 45 -- input where hook again %s 41 46 ORDER BY stackRun.data_group,stackRun.filter
Note:
See TracChangeset
for help on using the changeset viewer.
