关于ASP中的判断语句
发布网友
发布时间:2024-01-29 13:38
我来回答
共2个回答
热心网友
时间:2024-01-29 16:10
只要判断五次分别为
if 部门 <> -- then 搜索的值 = 搜索的值 & '部门 = x'
if 年 <> -- then 搜索的值 = 搜索的值 & '年 = x'
就像这样子,
当然 可以 搜索的值不等于空的话加上个and 或or
如
部门 = '123' and 年=‘123'
热心网友
时间:2024-01-29 16:10
case=""
if year>0 then
case=case & "[年]=" &cstr(cint(year))
if month>0 then
case=case & "[月]=" &cstr(cint(month))
if day>0 then
case=case & "[日]=" &cstr(cint(day))
end if
end if
end if
if bumen<>"-" then
case=case &...
end if
...
sql="select * from table2123213 where" & case