Changeset 19258 for trunk/ippTools/share/stacktool_definebyquery_part2.sql
- Timestamp:
- Aug 27, 2008, 5:57:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_definebyquery_part2.sql
r19104 r19258 13 13 SELECT 14 14 skycell_id, 15 tess_id,15 stackRun.tess_id as stack_tess_id, 16 16 filter, 17 17 COUNT(stackInputSkyfile.warp_id) as num_stack -- number of warps in a stack … … 22 22 ) AS stackSizes 23 23 -- JOINing the warpsToStack and stackSizes tables 24 USING(skycell_id, tess_id,filter)24 USING(skycell_id, filter) 25 25 ) 26 26 GROUP BY 27 27 skycell_id, 28 tess_id,29 28 filter
Note:
See TracChangeset
for help on using the changeset viewer.
