IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2011, 11:26:31 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/ippTools/share/laptool_definerun.sql

    r31435 r31587  
    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
     
    88  ) AS want
    99  LEFT JOIN
    10   (SELECT *
     10  (SELECT exp_id,MAX(chip_id) AS chip_id
    1111     FROM lapExp
    1212     where private IS FALSE
Note: See TracChangeset for help on using the changeset viewer.