in 在sql中就相当于多个 or
strSQL="Select * From student where s_c_id="&session("ys")&" and b_id in (1,2,3) Order By s_id Desc"
相当于
strSQL="Select * From student where s_c_id="&session("ys")&" and b_id = 1 or b_id = 2 or b_id = 3 Order By s_id Desc"
恭喜恭喜
楼主插红旗吧。。。
呵呵
you like 英语