from group where status=1
start with parentid=0 connect by prior groupid = parentid
ORDER SIBLINGS by no asc
oracle 递归查询 + 条件 + 排序
最新推荐文章于 2024-08-29 11:44:39 发布
from group where status=1
start with parentid=0 connect by prior groupid = parentid
ORDER SIBLINGS by no asc