Changeset 15271
- Timestamp:
- Oct 9, 2007, 3:29:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/magictool_toprocess.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magictool_toprocess.sql
r15186 r15271 1 1 SELECT 2 magicTree.* 2 magicTree.*, 3 -- convert magic_id into a boolean value (1 or 0) 4 -- note that the type stays a 64 bit int 5 magicNodeResult.magic_id IS TRUE as done 3 6 FROM magicTree 7 JOIN magicRun 8 USING(magic_id) 4 9 LEFT JOIN magicNodeResult 5 10 ON magicTree.magic_id = magicNodeResult.magic_id 6 AND magicTree. dep= magicNodeResult.node11 AND magicTree.node = magicNodeResult.node 7 12 WHERE 8 magic NodeResult.node IS NULL13 magicRun.state = 'run'
Note:
See TracChangeset
for help on using the changeset viewer.
