IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2011, 2:14:52 PM (15 years ago)
Author:
watersc1
Message:

We only want the distinct entries. This caused problems.

File:
1 edited

Legend:

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

    r31435 r31473  
    1 SELECT want.exp_id, have.chip_id, false as private, true as active, false as pairwise
     1SELECT DISTINCT want.exp_id, have.chip_id, false as private, true as active, false as pairwise
    22  FROM
    33  (SELECT exp_id FROM rawExp
Note: See TracChangeset for help on using the changeset viewer.