IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2012, 11:42:36 AM (14 years ago)
Author:
heather
Message:

first crack at fixing staticksy/addstar filename problems. Need to test (best
as ippdvo)

File:
1 edited

Legend:

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

    r33525 r33989  
    1 SELECT distinct(sky_id) as stage_id, staticskyRun.*, staticskyResult.num_inputs FROM staticskyResult
     1SELECT distinct(sky_id) as stage_id, staticskyRun.*, staticskyResult.num_inputs, stack_id FROM staticskyResult
    22JOIN staticskyRun USING(sky_id)
    33join staticskyInput using(sky_id)
Note: See TracChangeset for help on using the changeset viewer.