- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/stacktool_tosum.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/stacktool_tosum.sql
r24601 r27840 1 SELECT DISTINCT1 SELECT 2 2 stackRun.stack_id, 3 3 stackRun.tess_id, … … 8 8 stackRun.state 9 9 FROM stackRun 10 JOIN stackInputSkyfile 11 USING(stack_id) 12 LEFT JOIN stackSumSkyfile 13 USING(stack_id) 10 JOIN stackInputSkyfile USING(stack_id) 11 JOIN warpRun USING(warp_id) 12 LEFT JOIN stackSumSkyfile USING(stack_id) 14 13 WHERE 15 14 ((stackRun.state = 'new' AND stackSumSkyfile.stack_id IS NULL) 16 15 OR (stackRun.state = 'update' AND stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0)) 16 -- WHERE hook %s 17 GROUP BY stack_id 18 HAVING COUNT(warpRun.state = 'full') = COUNT(stackInputSkyfile.warp_id)
Note:
See TracChangeset
for help on using the changeset viewer.
