输入banner图图片脚本导航/分类

SQLServer查询所有子节点

用CTE递归 ;with as  ( select from tab where id=1 union all select a.* from tab as inner join as on a.pid=b.id ) select from f

SQLServer查询所有子节点

标签:lin   递归   index   with   union   where   节点   number   nbsp