Você precisa de
NOT IN
. Sim, é realmente tão simples. $ages = "1,3,4,7,9";
// Your SQL WHERE clause...
WHERE `age` NOT IN ($ages)
NOT IN
. Sim, é realmente tão simples. $ages = "1,3,4,7,9";
// Your SQL WHERE clause...
WHERE `age` NOT IN ($ages)