摘要:
----递归函数--------------------------------------------------------------------------create function dbo.f_get_data_by_recursion ( @group_father_id int ) returns @groups_result table (group_id int,group_name varchar(50),group_father_id int,last_count int) begin declare @count as int set @count=1 ... 阅读全文
posted @ 2013-07-21 10:20
残阳飞雪
阅读(320)
评论(0)
推荐(0)

浙公网安备 33010602011771号