- Timestamp:
- May 12, 2009, 6:52:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/share/magictool_toprocess_tree.sql
r24149 r24156 7 7 -- note that the type stays a 64 bit int 8 8 magicNodeResult.magic_id IS TRUE AS done, 9 magicNodeResult.fault IS TRUE AS bad ,9 magicNodeResult.fault IS TRUE AS bad 10 10 FROM magicTree 11 11 JOIN magicRun USING(magic_id) 12 12 JOIN rawExp USING(exp_id) 13 LEFT JOIN magicNodeResult 14 ON magicTree.magic_id = magicNodeResult.magic_id 15 AND magicTree.node = magicNodeResult.node 13 LEFT JOIN magicNodeResult USING(magic_id, node) 16 14 WHERE 17 15 magicRun.state = 'new'
Note:
See TracChangeset
for help on using the changeset viewer.
