香港云主机最佳企业级服务商!

ADSL拨号VPS包含了中国大陆(联通,移动,电信,)

中国香港,国外拨号VPS。

当前位置:云主机 > MSSQL >

电信ADSL拨号VPS
联通ADSL拨号VPS
移动ADSL拨号VPS

sql中生成查询的模糊匹配字符串


时间:2020-10-31 14:15 作者:admin


ifexists(select*fromdbo.sysobjectswhereid=object_id(N'[dbo].[f_Sql]')andxtypein(N'FN',N'IF',N'TF'))
dropfunction[dbo].[f_Sql]
GO

ifexists(select*fromdbo.sysobjectswhereid=object_id(N'[序数表]')andOBJECTPROPERTY(id,N'IsUserTable')=1)
droptable[序数表]
GO

--为了效率,所以要一个辅助表配合
selecttop1000id=identity(int,1,1)into序数表
fromsyscolumnsa,syscolumnsb
altertable序数表addconstraintpk_id_序数表primarykey(id)
go

/*--根据指定字符串生成查询的模糊匹配字符串

条件连接的关键字为and,or
可以任意指定括号
生成的条件表达式为like模糊匹配

--邹建2004.08(引用请保留此信息)--*/

/*--调用示例

--调用示例
selectA=dbo.f_Sql('(WeborHTMLorInternet)and(ProgrammerorDeveloper)','content')
selectB=dbo.f_Sql('WeborHTMLorInternet','content')
selectC=dbo.f_Sql('(WebandHTML)','content')
selectD=dbo.f_Sql('Web','content')
--*/
--示例函数
createfunctionf_Sql(
@strNvarchar(1000),--要检索的字符串
@fdnamesysname--在那个字段中检索
)returnsNvarchar(4000)
as
begin
declare@rNvarchar(4000)
set@r=''
select@r=@r+case
whensubstring(@str,id,charindex('',@str+'',id)-id)in('or','and')
then''+substring(@str,id,charindex('',@str+'',id)-id)+''
whensubstring(@str,id,1)='('
then'(['+@fdname+']like''%'
+substring(@str,id+1,charindex('',@str+'',id)-id-1)
+'%'''
whensubstring(@str,charindex('',@str+'',id)-1,1)=')'
then'['+@fdname+']like''%'
+substring(@str,id,charindex('',@str+'',id)-id-1)
+'%'')'
else'['+@fdname+']like''%'
+substring(@str,id,charindex('',@str+'',id)-id)
+'%'''
end
from序数表
whereid<=len(@str)
andcharindex('',''+@str,id)-id=0
return(@r)
end
go

(责任编辑:admin)






帮助中心
会员注册
找回密码
新闻中心
快捷通道
域名登录面板
虚机登录面板
云主机登录面板
关于我们
关于我们
联系我们
联系方式

售前咨询:17830004266(重庆移动)

企业QQ:383546523

《中华人民共和国工业和信息化部》 编号:ICP备00012341号

Copyright © 2002 -2018 香港云主机 版权所有
声明:香港云主机品牌标志、品牌吉祥物均已注册商标,版权所有,窃用必究

云官方微信

在线客服

  • 企业QQ: 点击这里给我发消息
  • 技术支持:383546523

  • 公司总台电话:17830004266(重庆移动)
  • 售前咨询热线:17830004266(重庆移动)