Monday, 15 June 2015

mysql - how can i do select * from table where collumn in (variable)? -



mysql - how can i do select * from table where collumn in (variable)? -

set @var='a,b,c,d'; select * table collumn in (@var);

any way without set query string var?

mysql sql variables in-clause

No comments:

Post a Comment