摘要:
Declare @num intset @num =0while(@num<9)begin set @num= @num + 1 if not exists(Select Attrid FROM HVC_Statistics_Setting WHERE Attrid =@num) begin INSERT INTO HVC_Statistics_Setting(Po... 阅读全文
posted @ 2006-08-30 08:39
nicesnow
阅读(790)
评论(0)
推荐(0)