- Timestamp:
- Nov 4, 2010, 12:39:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definestackstack_part0.sql
r26958 r29667 22 22 stackRun.state = 'full' AND 23 23 stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0 24 -- template where hook %s24 @STACK2_QUERY@ -- template condition 25 25 GROUP BY 26 26 skycell_id, … … 38 38 JOIN stackSumSkyfile USING(stack_id) 39 39 WHERE 1 40 -- input where hook %s40 @STACK1_QUERY@ -- input condition 41 41 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id 42 42 WHERE 43 43 stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0 44 -- diff where hook %s 45 -- input where hook again %s44 @DIFF0_QUERY@ -- diff constraint 45 @STACK1_QUERY@ -- input constraint 46 46 ORDER BY stackRun.data_group,stackRun.filter
Note:
See TracChangeset
for help on using the changeset viewer.
