例如
select * from users where name='@name'
如果换成
select * from users where name IN (...)
这种如何用SqlParamter呢?