比如一张表 test 有 id pid name 三个字段。
条件满足一个满二叉树 如图: http://c.hiphotos.baidu.com/zhidao/pic/item/b151f8198618367a980681732e738bd4b21ce595.jpg
如何递归查询每个节点的所有子节点个数, 比如:上图中 0 --> 14 1 --> 6 3 --> 2
start with ... connect by prior with as 可是我只能写两层。。
PS:是不是无法统计每个节点的所有子节点个数
求助啊。。~~