返回表中,节点及其子节点,叶子节点
摘要:
use FERMS if exists (select Name from sysobjects where name = 'F_ReturnChildNode' and type = 'TF') drop function dbo.F_ReturnChildNode go /* F----获得子节点 --------返回表中,RBSID为本节点及其子节点 ----多个节点... 阅读全文
posted @ 2008-01-22 17:47 xiaoc.li 阅读(307) 评论(0) 推荐(0)