IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2008, 5:57:36 PM (18 years ago)
Author:
eugene
Message:

do not join against tess_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/stacktool_definebyquery_part2.sql

    r19104 r19258  
    1313    SELECT
    1414        skycell_id,
    15         tess_id,
     15        stackRun.tess_id as stack_tess_id,
    1616        filter,
    1717        COUNT(stackInputSkyfile.warp_id) as num_stack -- number of warps in a stack
     
    2222        ) AS stackSizes
    2323    -- JOINing the warpsToStack and stackSizes tables
    24         USING(skycell_id, tess_id, filter)
     24        USING(skycell_id, filter)
    2525        )
    2626    GROUP BY
    2727        skycell_id,
    28         tess_id,
    2928        filter
Note: See TracChangeset for help on using the changeset viewer.