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/camtool_find_processedexp.sql

    r12736 r14023  
    11SELECT
    22    camProcessedExp.*,
    3     rawExp.exp_id,
     3    rawExp.exp_name,
    44    rawExp.camera,
    55    rawExp.telescope,
     
    99    USING(chip_id)
    1010JOIN rawExp
    11     ON chipProcessedExp.exp_tag = rawExp.exp_tag
     11    ON chipProcessedExp.exp_id = rawExp.exp_id
    1212WHERE -- bogus condition so there is a pre-existing where to append to
    1313    camProcessedExp.cam_id IS NOT NULL
Note: See TracChangeset for help on using the changeset viewer.