IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2009, 3:15:05 PM (17 years ago)
Author:
bills
Message:

poll modes need to support query by label

File:
1 edited

Legend:

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

    r23688 r23717  
    33    stage,
    44    stage_id,
    5     outroot
     5    outroot,
     6    label
    67FROM
    78    (
     
    1112    stage,
    1213    stage_id,
    13     outroot
     14    outroot,
     15    label
    1416    FROM distRun
    1517    JOIN rawImfile ON stage_id = rawImfile.exp_id
     
    3335    stage,
    3436    stage_id,
    35     outroot
     37    outroot,
     38    label
    3639    FROM distRun
    3740    JOIN chipProcessedImfile ON stage_id = chipProcessedImfile.chip_id
     
    5558    stage,
    5659    stage_id,
    57     outroot
     60    outroot,
     61    label
    5862    FROM distRun
    5963    JOIN warpSkyfile on stage_id = warp_id
     
    7983    stage,
    8084    stage_id,
    81     outroot
     85    outroot,
     86    label
    8287    FROM distRun
    8388    JOIN diffSkyfile
     
    103108    stage,
    104109    stage_id,
    105     outroot
     110    outroot,
     111    label
    106112    FROM distRun
    107113    JOIN stackSumSkyfile on stage_id = stack_id
Note: See TracChangeset for help on using the changeset viewer.