Oracle中使用connect by来实现树状查询

select * from 表名connect by id = pid start with id = 1; 

posted @ 2020-07-20 17:19  Ice_Blue_Brother  阅读(154)  评论(0)    收藏  举报