loveasp |
2楼 |
|
|
发表于 2011-10-17 13:10:54 |
回顶端 |
这个好办啊
sql="select * from table where 1=1"
years=request("year")
if years<>"" then
sql=sql&" and 年字段名="&years
end if
months=request("month")
if months<>"" then
sql=sql&" and 月字段名=”&months
end if
bm=request("bm")
if bm<>"" then
sql=sql&" and 部门字段名=”&months
end if
|
|