select * from a where (a.b in (1,2,3)) and (date <'2007-01-01')
这是在MSSQL中的语句,
当前我的query的sqlstring是:select * from a
我要过滤。这中间的filter怎么填?