Index: trunk/ippMonitor/def/failedStackSkyfile.d
===================================================================
--- trunk/ippMonitor/def/failedStackSkyfile.d	(revision 32028)
+++ trunk/ippMonitor/def/failedStackSkyfile.d	(revision 40882)
@@ -1,8 +1,7 @@
-TABLE stackRun, stackSumSkyfile
+TABLE stackRun JOIN stackSumSkyfile USING (stack_id)
 TITLE Stack Failed Skyfiles
 FILE  failedStackSkyfile.php
 MENU  ipp.stack.dat
 
-WHERE stackRun.stack_id = stackSumSkyfile.stack_id
 WHERE stackSumSkyfile.fault != 0
 
