Changeset 27196
- Timestamp:
- Mar 4, 2010, 3:43:58 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_definecopy.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_definecopy.sql
r27195 r27196 1 1 SELECT 2 rawExp.* 2 rawExp.*, 3 newExp.label 3 4 FROM chipRun AS chipOld 4 5 JOIN rawExp USING(exp_id) 6 JOIN newExp using (exp_id) 5 7 LEFT JOIN chipRun AS chipNew 6 8 ON chipNew.exp_id = chipOld.exp_id 7 9 AND chipNew.label = '%s' 8 10 WHERE chipNew.chip_id IS NULL 11 AND rawExp.fault = 0
Note:
See TracChangeset
for help on using the changeset viewer.
