IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 4:29:59 PM (19 years ago)
Author:
jhoblitt
Message:

rename chipPendingImfile table -> chipInputImfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/share/chiptool_pendingimfile.sql

    r13990 r13997  
    11SELECT
    22    chipRun.*,
    3     chipPendingImfile.exp_tag,
    4     chipPendingImfile.class_id,
     3    chipInputImfile.exp_tag,
     4    chipInputImfile.class_id,
    55    rawImfile.uri,
    66    rawExp.exp_id,
     
    99    rawExp.filelevel
    1010FROM chipRun
    11 JOIN chipPendingImfile
     11JOIN chipInputImfile
    1212    USING(chip_id)
    1313LEFT JOIN chipProcessedImfile
    14     ON chipPendingImfile.chip_id = chipProcessedImfile.chip_id
    15     AND chipPendingImfile.exp_tag = chipProcessedImfile.exp_tag
    16     AND chipPendingImfile.class_id = chipProcessedImfile.class_id
     14    ON chipInputImfile.chip_id = chipProcessedImfile.chip_id
     15    AND chipInputImfile.exp_tag = chipProcessedImfile.exp_tag
     16    AND chipInputImfile.class_id = chipProcessedImfile.class_id
    1717JOIN rawImfile
    18     ON chipPendingImfile.exp_tag = rawImfile.exp_tag
    19     AND chipPendingImfile.class_id = rawImfile.class_id
     18    ON chipInputImfile.exp_tag = rawImfile.exp_tag
     19    AND chipInputImfile.class_id = rawImfile.class_id
    2020JOIN rawExp
    2121    ON rawImfile.exp_tag = rawExp.exp_tag
Note: See TracChangeset for help on using the changeset viewer.