Changeset 27195 for trunk/ippTools/share
- Timestamp:
- Mar 4, 2010, 3:37:08 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
r27192 r27195 3 3 FROM chipRun AS chipOld 4 4 JOIN rawExp USING(exp_id) 5 LEFT JOIN chipRun AS chipNew USING(exp_id) 5 LEFT JOIN chipRun AS chipNew 6 ON chipNew.exp_id = chipOld.exp_id 7 AND chipNew.label = '%s' 6 8 WHERE chipNew.chip_id IS NULL
Note:
See TracChangeset
for help on using the changeset viewer.
