IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2009, 2:05:33 PM (17 years ago)
Author:
bills
Message:

add missing commma, balance number of rows in the selects being unioned

File:
1 edited

Legend:

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

    r23688 r23886  
    99    diffSkyfile.uri,
    1010    diffSkyfile.path_base,
    11     diffSkyfile.fault
     11    diffSkyfile.fault,
    1212    diffSkyfile.quality
    1313FROM magicRun
     
    2626    magicNodeResult.uri,
    2727    NULL, -- magicNodeResult doesn't have a path_base
    28     magicNodeResult.fault
     28    magicNodeResult.fault,
     29    0 as quality
    2930FROM magicTree
    3031JOIN magicRun
Note: See TracChangeset for help on using the changeset viewer.