IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26556


Ignore:
Timestamp:
Jan 9, 2010, 10:54:14 AM (16 years ago)
Author:
bills
Message:
 
File:
1 edited

Legend:

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

    r24185 r26556  
    11SELECT DISTINCT
    22    diffSkyfile.diff_id,
     3    diffRun.tess_id,
    34    diffSkyfile.skycell_id,
    4     diffSkyfile.path_base
     5    diffSkyfile.path_base,
     6    diffSkyfile.data_state
    57FROM magicDSRun
    68JOIN magicRun USING(magic_id)
    79JOIN magicInputSkyfile USING(magic_id)
     10JOIN diffRun ON magicRun.diff_id = diffRun.diff_id
    811JOIN diffSkyfile
    912    ON magicRun.diff_id = diffSkyfile.diff_id
Note: See TracChangeset for help on using the changeset viewer.