Changeset 27840 for branches/simtest_nebulous_branches/ippTools/share/magictool_toprocess_inputs.sql
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/magictool_toprocess_inputs.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/magictool_toprocess_inputs.sql
r24174 r27840 15 15 ON diffSkyfile.diff_id = magicRun.diff_id 16 16 AND diffSkyfile.skycell_id = magicInputSkyfile.node 17 JOIN diffRun 18 ON diffRun.diff_id = diffSkyfile.diff_id 17 19 LEFT JOIN magicNodeResult USING(magic_id, node) 18 20 WHERE … … 20 22 AND magicNodeResult.magic_id IS NULL 21 23 AND magicNodeResult.node IS NULL 24 AND diffRun.state = 'full' 22 25 -- WHERE hook %s
Note:
See TracChangeset
for help on using the changeset viewer.
