摘要:
使用游标的 declare @max int,@id int declare cur_rows cursor local for select [ProjectId],count(*) from [ProjectTheme] group by[ProjectId] having count(*) >1 open cur_rows fetch cur_rows into @id,@max w... 阅读全文
posted @ 2011-02-20 11:17
吕飞
阅读(218)
评论(0)
推荐(0)

浙公网安备 33010602011771号