Where in Sets
You can define filter conditions for string columns to match rows based on an enumerated set of values using the in ('value1', 'value2'[,...]) keyword and set definition.
Note: | The set must be defined inside parentheses, rather than the brackets typically used in SQL. |
For example: