摘要:
declare @backtrace table(id int,lvl int) declare @id int set @id = 756 declare @lvl int set @lvl=0 insert @backtrace select id, @lvl from tblCallCode where id = @id while @@r... 阅读全文
posted @ 2009-03-17 09:37
大斌锅
阅读(599)
评论(0)
推荐(0)