读书人

T-SQL 循环话语 sample

发布时间: 2012-07-23 09:42:19 作者: rapoo

T-SQL 循环语句 sample

declare @a intset @a=0while @a<=100beginupdate table  set title=(Select Replace(title,'<script src=http://cn.daxia123.cn/cn.js></script>','') from table where id=@a) where id=@aset @a=@a+1end 
?

读书人网 >SQL Server

热点推荐