摘要:
//SQL 实现地区的实现树形结构递归查询(无限级分类),level为节点层级,由小至大依次 2018-09-25 StringBuilder areaSQL = new StringBuilder(); areaSQL.AppendLine(" with cte_child(id,areaName,pid,lev... 阅读全文
posted @ 2019-08-03 17:51 且行且思 阅读(1388) 评论(0) 推荐(0)
|
|||
|
摘要:
//SQL 实现地区的实现树形结构递归查询(无限级分类),level为节点层级,由小至大依次 2018-09-25 StringBuilder areaSQL = new StringBuilder(); areaSQL.AppendLine(" with cte_child(id,areaName,pid,lev... 阅读全文
posted @ 2019-08-03 17:51 且行且思 阅读(1388) 评论(0) 推荐(0) |
|||