Changeset 27907 for trunk/ippTools/share/stacktool_tosum.sql
- Timestamp:
- May 10, 2010, 4:54:18 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/stacktool_tosum.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_tosum.sql
r27679 r27907 16 16 -- WHERE hook %s 17 17 GROUP BY stack_id 18 HAVING COUNT(warpRun.state = 'full') = COUNT(stackInputSkyfile.warp_id)18 HAVING SUM(IF(warpRun.state = 'full', 1, 0)) = COUNT(stackInputSkyfile.warp_id)
Note:
See TracChangeset
for help on using the changeset viewer.
