比如在table表中有A字段,对A字段有时做单选查询,有时多选查询, 查询控件叫st
sql("连接名","select count(*) from table where A in '"+$st+"'",1,1) ,发现查询任意一个参数,可以查到,查≥2个参数,查询不出来,不知道哪里出错了
sql("连接名","select count(*) from table where A in ('"+$st+"')",1,1)