with cte as ( select belongsAgent from [QPProxyDB].[dbo].[BS_ProxyInfo] where ProxyID = @ProxyID union all select a.ProxyID from [QPProxyDB].[dbo].[BS_ProxyInfo] a join cte b on a.ProxyID = b.belongsAgent ) select * from cte order by belongsAgent asc
继续阅读与本文标签相同的文章
上一篇 :
mysql数据库RPM安装目录介绍
-
基于开源JAVA MQTT Client连接阿里云IoT
2026-05-18栏目: 教程
-
MongoDB分片集群
2026-05-18栏目: 教程
-
Knative Serving 0.9 版本变更
2026-05-18栏目: 教程
-
Aliyun Serverless VSCode Extension v1.10.0 发布
2026-05-18栏目: 教程
-
一线大厂Java面试必问的2大类Tomcat调优
2026-05-18栏目: 教程
