如题。比如我们有一个sql
select a.id from b ,c
where
 (b.id=c.id) and ((b.code='a' and c.code='d') or b.name='c' )

将 where 后面的表达式转化为二叉树.


:( 俺也不会
有空研究研究
posted on 2009-09-28 17:02  netfuns  阅读(1259)  评论(0编辑  收藏  举报