- Timestamp:
- May 29, 2011, 11:26:31 AM (15 years ago)
- 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 pairwise1 SELECT DISTINCT want.exp_id, have.chip_id, false as private, true as active, false as pairwise 2 2 FROM 3 3 (SELECT exp_id FROM rawExp … … 8 8 ) AS want 9 9 LEFT JOIN 10 (SELECT *10 (SELECT exp_id,MAX(chip_id) AS chip_id 11 11 FROM lapExp 12 12 where private IS FALSE
Note:
See TracChangeset
for help on using the changeset viewer.
