国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

存儲過程替換text,ntext列中的字符串

2024-07-21 02:12:11
字體:
來源:轉載
供稿:網友

/*
author:amjn
date:2003-03-28
version:1.0
function:替換text,ntext列中的字符串(不支持中文)
*/
declare @ptr varbinary(16)
declare @amjnid int
declare @position int,@len int
set @len=datalength('ilovehjl')  
declare wux_cursor scroll cursor
for
select textptr([name]),[amjnid] from usa201
for read only
open wux_cursor
fetch next from wux_cursor into @ptr,@amjnid
while @@fetch_status=0
begin
  select @position=patindex('%ilovehjl%',[name]) from usa201 where [amjnid][email protected]
  while @position>0
  begin
    set @[email protected]
    updatetext usa201.[name] @ptr @position @len 'i love hjl'
    select @position=patindex('%ilovehjl%',[name]) from usa201 where [amjnid][email protected]
  end
  fetch next from wux_cursor into @ptr,@amjnid
end
close wux_cursor
deallocate wux_cursor
go


 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 基隆市| 建湖县| 乌兰浩特市| 大埔县| 兴国县| 惠来县| 彭山县| 陕西省| 宣汉县| 临城县| 金阳县| 星子县| 西昌市| 吉首市| 叙永县| 曲松县| 满城县| 藁城市| 长白| 明星| 云南省| 新巴尔虎左旗| 嵊泗县| 东港市| 石景山区| 元朗区| 宁国市| 元谋县| 沾化县| 乡城县| 涞水县| 申扎县| 毕节市| 彩票| 固始县| 休宁县| 周口市| 高陵县| 同德县| 滁州市| 松原市|