摘要: WITH tempDeptAS(SELECT deptCode,upDeptCode FROM dbo.bs_Dept WHERE deptCode='10.001'UNION ALLSELECT bs_Dept.deptCode,bs_Dept.upDeptCode FROM tempDeptIN 阅读全文
posted @ 2017-05-09 21:51 草莓爸 阅读(307) 评论(0) 推荐(0) 编辑