Index: trunk/ippTools/share/chiptool_find_rawexp.sql
===================================================================
--- trunk/ippTools/share/chiptool_find_rawexp.sql	(revision 30049)
+++ trunk/ippTools/share/chiptool_find_rawexp.sql	(revision 35572)
@@ -6,5 +6,5 @@
 FROM rawExp
 JOIN newExp using (exp_id)
-LEFT JOIN chipRun USING (exp_id)
+LEFT JOIN chipRun ON chipRun.exp_id = rawExp.exp_id -- JOIN hook %s
 WHERE
     rawExp.fault = 0
