Select all items with an ID different from 1 or 2.
ID
1
2
Make sure to pick ID, followed by NOT, and finally IN (1, 2).
NOT
IN (1, 2)