IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename exp_id -> exp_name
rename exp_tag -> exp_id
add add rawExp.exp_tag for use as an external name only

File:
1 edited

Legend:

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

    r14018 r14023  
    1818        USING(chip_id)
    1919    JOIN rawExp
    20         ON chipInputImfile.exp_tag = rawExp.exp_tag
     20        ON chipInputImfile.exp_id = rawExp.exp_id
    2121    JOIN chipProcessedImfile
    2222        ON chipInputImfile.chip_id = chipProcessedImfile.chip_id
    23         AND chipInputImfile.exp_tag = chipProcessedImfile.exp_tag
     23        AND chipInputImfile.exp_id = chipProcessedImfile.exp_id
    2424        AND chipInputImfile.class_id = chipProcessedImfile.class_id
    2525    WHERE
     
    2828    GROUP BY
    2929        chipInputImfile.chip_id,
    30         chipInputImfile.exp_tag
     30        chipInputImfile.exp_id
    3131    HAVING rawExp.imfiles = COUNT(chipProcessedImfile.class_id)) as Foo
Note: See TracChangeset for help on using the changeset viewer.