标签: mysql sql variables in-clause
set @var='a,b,c,d'; select * from table where collumn in (@var);
没有将我的所有查询都放入字符串var?