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

    r14018 r14023  
    22    SELECT
    33        LAST_INSERT_ID(),
    4         rawImfile.exp_tag,
     4        rawImfile.exp_id,
    55        rawImfile.class_id
    66    FROM rawImfile
    77    JOIN newExp
    8         USING(exp_tag)
     8        USING(exp_id)
    99    WHERE
    1010        rawImfile.fault = 0
    1111        AND newExp.state = 'stop'
    12         AND rawImfile.exp_tag = '%s'
     12        AND rawImfile.exp_id = '%s'
    1313
Note: See TracChangeset for help on using the changeset viewer.