Changeset 35572 for trunk/ippTools/share/chiptool_find_rawexp.sql
- Timestamp:
- May 9, 2013, 2:53:54 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_find_rawexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_find_rawexp.sql
r30049 r35572 6 6 FROM rawExp 7 7 JOIN newExp using (exp_id) 8 LEFT JOIN chipRun USING (exp_id)8 LEFT JOIN chipRun ON chipRun.exp_id = rawExp.exp_id -- JOIN hook %s 9 9 WHERE 10 10 rawExp.fault = 0
Note:
See TracChangeset
for help on using the changeset viewer.
