Changeset 18951 for trunk/ippTools/share/stacktool_sumskyfile.sql
- Timestamp:
- Aug 7, 2008, 5:41:36 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/stacktool_sumskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_sumskyfile.sql
r12263 r18951 1 1 SELECT 2 stackSumSkyfile.* 2 stackSumSkyfile.*, 3 stackRun.state 3 4 FROM stackRun 4 5 JOIN stackSumSkyfile 5 6 USING(stack_id) 6 7 WHERE 7 stackRun.state = 'run' 8 -- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too 9 stackRun.stack_id is NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
