会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
superming168
博客园
首页
新随笔
联系
管理
订阅
2022年10月24日
查询部门树sql,通过parentId 查询该部门下的所有子部门(postgresql),其他数据库还未尝试过可不可用
摘要: WITH RECURSIVE tree ( organization_id, organization_name, parent_id ) AS ( SELECT organization_id, organization_name, parent_id FROM core_organization
阅读全文
posted @ 2022-10-24 11:22 superming168
阅读(238)
评论(0)
推荐(0)
编辑
公告