IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 4:08:25 PM (19 years ago)
Author:
jhoblitt
Message:

remove stale use of chipProcessedExp

File:
1 edited

Legend:

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

    r14027 r14031  
    1 SELECT
     1SELECT DISTINCT
    22    camProcessedExp.*,
    33    rawExp.exp_tag,
     
    77    rawExp.filelevel
    88FROM camProcessedExp
    9 JOIN chipProcessedExp
     9JOIN chipRun
     10    USING(chip_id)
     11JOIN chipProcessedImfile
    1012    USING(chip_id)
    1113JOIN rawExp
    12     ON chipProcessedExp.exp_id = rawExp.exp_id
     14    ON chipProcessedImfile.exp_id = rawExp.exp_id
    1315WHERE -- bogus condition so there is a pre-existing where to append to
    1416    camProcessedExp.cam_id IS NOT NULL
Note: See TracChangeset for help on using the changeset viewer.