Bhè, c'è il NOT in questi casi :P

codice:
SELECT * FROM tabella WHERE not nome LIKE "%an%"
SELECT * FROM tabella WHERE not id IN (3,5,8,7,10,12)