oracle:--删除节点号为6以下(不包含6,如果要连6也删除,则吧where条件去掉即可)的所有子节点delete from table a connect by prior id=parentid start with id=6 where id<>6