IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9431


Ignore:
Timestamp:
Oct 9, 2006, 2:55:08 PM (20 years ago)
Author:
jhoblitt
Message:

rename detRun.position -> detRun.det_id

File:
1 edited

Legend:

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

    r9406 r9431  
    7979        // can't join on the iteration here as we want the results from all
    8080        // iterations
    81         "   ON detRun.position = detInputExp.det_id"
     81        "   ON detRun.det_id = detInputExp.det_id"
    8282        " JOIN detNormalizedImfile"
    8383        "   ON detInputExp.det_id = detNormalizedImfile.det_id"
     
    104104        "  FROM detRun"
    105105        "  JOIN detRunSummary "
    106         "    ON detRun.position = detRunSummary.det_id"
     106        "    ON detRun.det_id = detRunSummary.det_id"
    107107        "  JOIN detInputExp"
    108108        "    ON detRunSummary.det_id = detInputExp.det_id"
     
    186186        " FROM detNormalizedImfile"
    187187        " JOIN detRun"
    188         "   ON detNormalizedImfile.det_id = detRun.position"
     188        "   ON detNormalizedImfile.det_id = detRun.det_id"
    189189        " JOIN detRunSummary"
    190190        "   ON detNormalizedImfile.det_id = detRunSummary.det_id"
Note: See TracChangeset for help on using the changeset viewer.