Changeset 21237 for trunk/ippTools/share/difftool_definebyquery_part2.sql
- Timestamp:
- Jan 29, 2009, 5:37:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definebyquery_part2.sql
r21098 r21237 1 -- insert skycells to diff 1 -- insert skycells to diff 2 2 INSERT INTO skycellsToDiff 3 3 SELECT … … 19 19 FROM stackRun 20 20 JOIN stackSumSkyfile USING(stack_id) 21 WHERE stackSumSkyfile.fault = 0 22 AND stackRun.state = 'full' 21 23 -- stacks where hook %s 22 GROUP BY 24 GROUP BY 23 25 skycell_id, 24 26 filter
Note:
See TracChangeset
for help on using the changeset viewer.
