IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2006, 6:50:35 PM (20 years ago)
Author:
jhoblitt
Message:

fix -rerun SQL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r9392 r9394  
    40614061        "   detResidExp.accept"
    40624062        " FROM detRun"
    4063         " LEFT JOIN detInputExp"
     4063        " JOIN detInputExp"
    40644064        "   ON detRun.position = detInputExp.det_id"
    40654065        "   AND detRun.iteration = detInputExp.iteration"
    4066         " LEFT JOIN detResidExp"
     4066        " JOIN detResidExp"
    40674067        "   ON detRun.position = detResidExp.det_id"
    40684068        "   AND detRun.iteration = detResidExp.iteration"
     
    40704070        " WHERE"
    40714071        "   detRun.state = 'run'"
    4072         "   AND detInputExp.exp_tag IS NOT NULL"
    4073         "   AND detResidExp.accept IS NOT NULL"
    40744072        " GROUP BY"
    40754073        "   detRun.position,"
Note: See TracChangeset for help on using the changeset viewer.