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_completely_processed_exp.sql

    r13994 r13997  
    1515        chipProcessedImfile.class_id
    1616    FROM chipRun
    17     JOIN chipPendingImfile
     17    JOIN chipInputImfile
    1818        USING(chip_id)
    1919    JOIN rawExp
    20         ON chipPendingImfile.exp_tag = rawExp.exp_tag
     20        ON chipInputImfile.exp_tag = rawExp.exp_tag
    2121    JOIN chipProcessedImfile
    22         ON chipPendingImfile.chip_id = chipProcessedImfile.chip_id
    23         AND chipPendingImfile.exp_tag = chipProcessedImfile.exp_tag
    24         AND chipPendingImfile.class_id = chipProcessedImfile.class_id
     22        ON chipInputImfile.chip_id = chipProcessedImfile.chip_id
     23        AND chipInputImfile.exp_tag = chipProcessedImfile.exp_tag
     24        AND chipInputImfile.class_id = chipProcessedImfile.class_id
    2525    WHERE
    2626        chipRun.state = 'run'
    2727        AND chipProcessedImfile.fault = 0
    2828    GROUP BY
    29         chipPendingImfile.chip_id,
    30         chipPendingImfile.exp_tag
     29        chipInputImfile.chip_id,
     30        chipInputImfile.exp_tag
    3131    HAVING rawExp.imfiles = COUNT(chipProcessedImfile.class_id)) as Foo
Note: See TracChangeset for help on using the changeset viewer.