永发信息网

求帮忙,asp 多条件组合查询如何实现?分不够可以加!

答案:2  悬赏:20  手机版
解决时间 2021-01-30 06:59
  • 提问者网友:欲劫无渡
  • 2021-01-30 03:51
求帮忙,asp 多条件组合查询如何实现?分不够可以加!
最佳答案
  • 五星知识达人网友:千夜
  • 2021-01-30 05:14
<%
strsql="selec * from 表名 where 1=1"
if 所在省份<>"" then
strsql=strsql&" and 所在省份="&所在省份
end if
if 所在城市<>"" then
strsql=strsql&" and 所在城市="&所在城市
end if
if 所在地区<>"" then
strsql=strsql&" and 所在地区="&所在地区
end if
if 主题分类<>"" then
strsql=strsql&" and 主题分类="&主题分类
end if
if 门票价格<>"" then
if 门票价格="<100" then strsql=strsql&" and 门票价格<100"
if 门票价格="100-200" then strsql=strsql&" and 门票价格>=100 and 门票价格<200 "
if 门票价格="200-300" then strsql=strsql&" and 门票价格>=200 and 门票价格<300 "
if 门票价格="300-400" then strsql=strsql&" and 门票价格>=300 and 门票价格<400 "
if 门票价格=">400" then strsql=strsql&" and 门票价格>=400"
end if 
if 景区级别<>"" then
strsql=strsql&" and 景区级别="&景区级别
end if 
rs.open strsql,conn,1,1
%>
全部回答
  • 1楼网友:孤独的牧羊人
  • 2021-01-30 06:39
AJAX
图中每一行都设置一个参数,如 初始为0(全部)
选择一个,则修改相应的参数(js实现),然后触发ajax查询函数。
图中每一行的参数都作为ajax参数传给后台查询后返回 更新页面追问好的
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯