Changeset 28003 for branches/pap/ippTools/share/stacktool_tosum.sql
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/stacktool_tosum.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/stacktool_tosum.sql
r27679 r28003 6 6 stackRun.reduction, 7 7 stackRun.label, 8 stackRun.state 8 stackRun.state, 9 stackSumSkyfile.path_base 9 10 FROM stackRun 10 11 JOIN stackInputSkyfile USING(stack_id) … … 16 17 -- WHERE hook %s 17 18 GROUP BY stack_id 18 HAVING COUNT(warpRun.state = 'full') = COUNT(stackInputSkyfile.warp_id)19 HAVING SUM(IF(warpRun.state = 'full', 1, 0)) = COUNT(stackInputSkyfile.warp_id)
Note:
See TracChangeset
for help on using the changeset viewer.
