- Timestamp:
- Feb 16, 2010, 11:20:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definestackstack_part1.sql
r26927 r26958 33 33 SELECT 34 34 diffRun.diff_id, 35 stackRun.stack_id 35 diffInputSkyfile.stack1, 36 diffInputSkyfile.stack2 36 37 FROM diffRun JOIN diffInputSkyfile USING(diff_id) 37 38 JOIN stackRun ON stackRun.stack_id = diffInputSkyfile.stack1 38 39 JOIN stackSumSkyfile USING(stack_id) 39 40 WHERE 1 40 -- diff where hook %s41 41 -- input where hook %s 42 ) AS diffExp ON stackRun.stack_id = diffExp.stack_id42 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id 43 43 WHERE 44 44 stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0 45 -- diff where hook %s 45 46 -- input where hook again %s 46 47 ORDER BY stackRun.data_group,stackRun.filter,stackRun.skycell_id
Note:
See TracChangeset
for help on using the changeset viewer.
