IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18951


Ignore:
Timestamp:
Aug 7, 2008, 5:41:36 PM (18 years ago)
Author:
bills
Message:

in mode -sumskyfile don't require state to be run and output the state

File:
1 edited

Legend:

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

    r12263 r18951  
    11SELECT
    2     stackSumSkyfile.*
     2    stackSumSkyfile.*,
     3    stackRun.state
    34FROM stackRun
    45JOIN stackSumSkyfile
    56    USING(stack_id)
    67WHERE
    7     stackRun.state = 'run'
     8-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
     9    stackRun.stack_id is NOT NULL
Note: See TracChangeset for help on using the changeset viewer.