摘要: ;with cte as( select id,ParentCategoryId from Category where id = 17 union all select a.id,a.ParentCategoryId from Category a join cte b on a.ParentCa 阅读全文
posted @ 2017-07-17 16:09 evemen 阅读(827) 评论(0) 推荐(0)