IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27195 for trunk/ippTools/share


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

Fixing query for chiptool -definecopy

File:
1 edited

Legend:

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

    r27192 r27195  
    33FROM chipRun AS chipOld
    44JOIN rawExp USING(exp_id)
    5 LEFT JOIN chipRun AS chipNew USING(exp_id)
     5LEFT JOIN chipRun AS chipNew
     6    ON chipNew.exp_id = chipOld.exp_id
     7    AND chipNew.label = '%s'
    68WHERE chipNew.chip_id IS NULL
Note: See TracChangeset for help on using the changeset viewer.