Data table filtering

How to perform filtering with more than one comparison operator on a single column ?

Eg1. There is a country column and I want to filter country not in (‘Australia’, ‘New Zealand’)

Eg2. County in (‘Australia’, ‘New Zealand’)

Can we do when Filter action = Native?