主页 > 知识库 > Sql 批量查看字符所在的表及字段

Sql 批量查看字符所在的表及字段

热门标签:湖南电脑外呼系统平台 外呼系统改进 知名电销机器人价格 地图标注牌 菏泽语音电销机器人加盟公司 分享百度地图标注多个位置 广东防封卡外呼系统原理是什么 电销机器人公司 需要哪些牌照 长沙智能外呼系统
复制代码 代码如下:

declare @str varchar(100)
set @str='8f8el3l'

declare @s varchar(8000)
declare tb cursor local for
select s='if exists(select 1 from ['+b.name+'] where ['+a.name+'] like ''%'+@str+'%'')
print ''所在的表及字段: ['+b.name+'].['+a.name+']'''
from syscolumns a join sysobjects b on a.id=b.id
where b.xtype='U' and a.status>=0
and a.xusertype in(175,239,231,167)
open tb
fetch next from tb into @s
while @@fetch_status=0
begin
exec(@s)
fetch next from tb into @s
end
close tb
deallocate tb

标签:美容院 商洛 福建 西宁 珠海 天水 泉州 呼和浩特

巨人网络通讯声明:本文标题《Sql 批量查看字符所在的表及字段》,本文关键词  Sql,批量,查看,字符,所,在的,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《Sql 批量查看字符所在的表及字段》相关的同类信息!
  • 本页收集关于Sql 批量查看字符所在的表及字段的相关信息资讯供网民参考!
  • 推荐文章