sqlserver数据库中怎样查询某个字段中含有某些字

sqlserver数据库中怎样查询某个字段中含有某些字,第1张

比如是student表,学号是stu_id,名字stu_name,查名字有‘三’字的学生学号。

select stu_id from student where stu_name like '%三%';

<%

function cip(sip)

tip=cstr(sip)

sip1=left(tip,cint(instr(tip,"")-1))

tip=mid(tip,cint(instr(tip,"")+1))

sip2=left(tip,cint(instr(tip,"")-1))

tip=mid(tip,cint(instr(tip,"")+1))

sip3=left(tip,cint(instr(tip,"")-1))

sip4=mid(tip,cint(instr(tip,"")+1))

cip=cint(sip1)256256256+cint(sip2)256256+cint(sip3)256+cint(sip4)

end function

ipconnpath = "ip/data/ipasp"

vip=Requestservervariables("REMOTE_ADDR")

%><%

set connip=servercreateobject("adodbconnection")

DBPath = ServerMapPath(ipconnpath)

connipOpen "driver={Microsoft Access Driver (mdb)};dbq=" & DBPath

ipnow=cip(vip)

Set rsip = ServerCreateObject("ADODBRecordset")

sql="select from ip where (startip<=" & ipnow & " and endip>=" & ipnow & ")"

rsipOpen sql,connip,1,1

vwhere=rsip("city")

rsipClose

set rsip=nothing

connipClose

set connip=nothing

if instr(vWhere, "广州市")>0 then '如果包含广州

ResponseRedirect "web/"

Responseend

end if

if instr(rsip("vWhere"), "河南")>0 then

ResponseRedirect "home/"

Responseend

end if

'其他的就不写了,照着我的写

%>

以上就是关于sqlserver数据库中怎样查询某个字段中含有某些字全部的内容,包括:sqlserver数据库中怎样查询某个字段中含有某些字、查询数据库中字段包含某个值就跳转链接的问题、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/9707720.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-01
下一篇 2023-05-01

发表评论

登录后才能评论

评论列表(0条)

保存