表1中有三个字段A B C 想查询三个字段中是否有某个内容。要怎么写
表1中有三个字段teltel2tel3,我想在查询一个内容时,检测里面是否有重复。例如:查询D字段teltel2tel3中,只有一个字段中存在D,则Write:no我现在...
表1中有三个字段tel tel2 tel3 ,我想在查询一个内容时,检测里面是否有重复。 例如:查询D 字段tel tel2 tel3 中,只有一个字段中存在D,则Write:no
我现在是这样写的
sql="select * from 1 where cTel = '"&Tel&"' or Ctel = '"&Tel2&"' or CTel ='"&Tel3&"' "
rs.open sql,conn,1,1
if rs.eof then
response.write "no"
else
response.write "yes"
end if
rs.close
%> 展开
我现在是这样写的
sql="select * from 1 where cTel = '"&Tel&"' or Ctel = '"&Tel2&"' or CTel ='"&Tel3&"' "
rs.open sql,conn,1,1
if rs.eof then
response.write "no"
else
response.write "yes"
end if
rs.close
%> 展开
3个回答
展开全部
题目要求不清, 一会是三个字段中是否含有某种内容,一会是三个字段是否有重复,一会是只有一个字段含有给定的值。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sql="select * from 1 where Tel1 = '"&cTel&"' or Tel2 = '"&cTel&"' or Tel3 ='"&cTel&"' "
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询