IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21334


Ignore:
Timestamp:
Feb 5, 2009, 11:43:09 AM (17 years ago)
Author:
bills
Message:

simplify query

File:
1 edited

Legend:

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

    r21333 r21334  
    99    rawExp.telescope,
    1010    rawExp.filelevel
    11 FROM chipImfile
    12 JOIN chipRun
    13     USING(chip_id)
     11FROM chipRun
    1412JOIN rawExp
    1513    USING(exp_id)
    1614JOIN rawImfile
    1715    ON rawExp.exp_id = rawImfile.exp_id
    18     AND chipImfile.class_id = rawImfile.class_id
    1916    AND rawImfile.ignored = 0
     17JOIN chipImfile
     18    USING(chip_id, class_id)
    2019LEFT JOIN chipProcessedImfile
    2120    ON chipRun.chip_id = chipProcessedImfile.chip_id
Note: See TracChangeset for help on using the changeset viewer.