IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2009, 11:48:59 AM (17 years ago)
Author:
eugene
Message:

fix definebyquery insert sql so it can handle SQL wildcards; add -pretend mode to definebyquery

File:
1 edited

Legend:

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

    r23688 r24664  
    1212JOIN camRun
    1313    USING(cam_id)
     14JOIN camProcessedExp
     15    USING(cam_id)
    1416JOIN chipRun
    1517    USING(chip_id)
     
    1719    USING(exp_id)
    1820WHERE
    19     warpSkyfile.skycell_id = '%s'
     21    warpSkyfile.skycell_id = '@SKYCELL_ID@'
    2022    AND warpRun.state = 'full'
    21     AND rawExp.filter = '%s'
     23    AND rawExp.filter = '@FILTER@'
    2224    AND warpSkyfile.fault = 0
    2325    AND warpSkyfile.quality = 0
Note: See TracChangeset for help on using the changeset viewer.