asp 查询符合条件数字相加问题(模糊搜索相加 select sum ....like...)
我的sql语句是:selectsum(yf)fromjhwheretimebetween'"&time1&"'and'"&time2&"'andghslike'"&ghs...
我的sql语句是:
select sum (yf) from jh where time between '"& time1 &"'and '"& time2 &"' and ghs like '"& ghs &"'
然后Response.Write Rs(0)
为什么在ghs=request.form("ghs")表单中提交 与数据库表ghs相近的词 “Response.Write Rs(0)”却没有显示相加的值(模糊搜索相加),但填写与数据库表ghs一模一样的词的时候才显示相加的值。用like怎么调整才可以显示??
表为abc
select sum (yf) from abc where time between '"& time1 &"'and '"& time2 &"' and ghs like '"& ghs &"'
表abc
time yf ghs
2012-09-01 425 泰华药业
2012-09-09 123 民生药业
2012-09-21 1201 罗城医药
2012-10-06 312 泰华药业
select sum (yf) from abc where time between '"& 2012-09-01 &"'and '"& 2012-09-30 &"' and ghs like '"& 泰华 &"'
我想让其(相加得到425 + 312 =746)读取746。 即:Response.Write Rs(0) 显示:746. 展开
select sum (yf) from jh where time between '"& time1 &"'and '"& time2 &"' and ghs like '"& ghs &"'
然后Response.Write Rs(0)
为什么在ghs=request.form("ghs")表单中提交 与数据库表ghs相近的词 “Response.Write Rs(0)”却没有显示相加的值(模糊搜索相加),但填写与数据库表ghs一模一样的词的时候才显示相加的值。用like怎么调整才可以显示??
表为abc
select sum (yf) from abc where time between '"& time1 &"'and '"& time2 &"' and ghs like '"& ghs &"'
表abc
time yf ghs
2012-09-01 425 泰华药业
2012-09-09 123 民生药业
2012-09-21 1201 罗城医药
2012-10-06 312 泰华药业
select sum (yf) from abc where time between '"& 2012-09-01 &"'and '"& 2012-09-30 &"' and ghs like '"& 泰华 &"'
我想让其(相加得到425 + 312 =746)读取746。 即:Response.Write Rs(0) 显示:746. 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询