摘要:
不使用CTE也就是with因为限制太多,比如不能使用参数 declare @startId int select @startId = id from externalstatus where statusname = @rootStatusName declare @backtrace table(id int,lvl int) declare @id int set @id = ... 阅读全文
posted @ 2009-03-19 12:35
大斌锅
阅读(531)
评论(0)
推荐(0)