- Timestamp:
- Oct 25, 2010, 3:27:09 PM (16 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
share/difftool_definestackstack_part1.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20100823/ippTools (added) merged: 29124,29232,29324,29515,29536
- Property svn:mergeinfo changed
-
trunk/ippTools/share/difftool_definestackstack_part1.sql
r26958 r29553 1 SELECT 1 SELECT distinct 2 2 stackRun.stack_id, 3 3 stackRun.data_group, … … 9 9 template.max_stack_id, 10 10 template.template_label, 11 diffExp.diff_id11 count(diffExp.diff_id) as n_diff 12 12 FROM stackRun JOIN stackSumSkyfile USING(stack_id) 13 13 JOIN ( … … 45 45 -- diff where hook %s 46 46 -- input where hook again %s 47 group by stackRun.stack_id, 48 stackRun.data_group, 49 stackRun.filter, 50 stackRun.label, 51 stackRun.tess_id, 52 stackRun.skycell_id, 53 stackSumSkyfile.good_frac, 54 template.max_stack_id, 55 template.template_label 47 56 ORDER BY stackRun.data_group,stackRun.filter,stackRun.skycell_id
Note:
See TracChangeset
for help on using the changeset viewer.
