Ability to filter/limit data data like '[column] IN (value1, value2, ...)' this would result in a more readable construction then [column] = 'value1' and [column] = 'value2'.
Work around is the to use the regular expression but that is harder if values need to be escaped.
You can already do this ;-)
Just try it! I did it just now...
[Product] in ("Motors", "Bearings")