IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27196


Ignore:
Timestamp:
Mar 4, 2010, 3:43:58 PM (16 years ago)
Author:
Paul Price
Message:

Fixing query to include label.

File:
1 edited

Legend:

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

    r27195 r27196  
    11SELECT
    2     rawExp.*
     2    rawExp.*,
     3    newExp.label
    34FROM chipRun AS chipOld
    45JOIN rawExp USING(exp_id)
     6JOIN newExp using (exp_id)
    57LEFT JOIN chipRun AS chipNew
    68    ON chipNew.exp_id = chipOld.exp_id
    79    AND chipNew.label = '%s'
    810WHERE chipNew.chip_id IS NULL
     11    AND rawExp.fault = 0
Note: See TracChangeset for help on using the changeset viewer.