1个回答
推荐于2016-11-29
展开全部
sql="select * from 数据库表 where id>0"
if trim("贷款类型")<>"" then
sql=sql&" and 表字段="&贷款类型取值&" "
end if
if trim("针对用户")<>"" then
sql=sql&" and 表字段<"&针对用户取值&" "
end if
if trim("贷款用途")<>"" then
sql=sql&" and 表字段>"&贷款用途取值&" "
end if
if trim("贷款期限")<>"" then
sql=sql&" and 表字段>"&贷款期限取值&" "
end if
if trim("贷款类型")<>"" then
sql=sql&" and 表字段="&贷款类型取值&" "
end if
if trim("针对用户")<>"" then
sql=sql&" and 表字段<"&针对用户取值&" "
end if
if trim("贷款用途")<>"" then
sql=sql&" and 表字段>"&贷款用途取值&" "
end if
if trim("贷款期限")<>"" then
sql=sql&" and 表字段>"&贷款期限取值&" "
end if
追问
你能给写这一段全部的代码吗 你的思路我理解 但是写不出来
追答
对应的文字换成你的数据库字段不就可以了吗???
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询