关于 in() 用法请教
我用 in() 来查询库里多个地区[where] where=request("where")
set rs=server.CreateObject("adodb.recordset")
sqls="select * from [tBid_article] where [fcounttime]='"&date()&"' and [where] in('" & where &"')" 就是查不出来 如果[where]是一个地区 能查出来 如果两个以上就不行
sqls="select * from [tBid_article] where [fcounttime]='"&date()&"' and [where] in('北京','上海')" 就没问题 请问我该怎么改 请大家帮下 万分感谢
我用sqls="select * from [tBid_article] where [fcounttime]='"&date()&"' and [where] in(“&where&”)" 也查不出来 请问 这个我该怎么写呢 请大家教我下 万分感谢