MySQL löscht alle, wo die ID nicht gleich ist
DELETE FROM table WHERE id <> 2
Mysterious Macaque
DELETE FROM table WHERE id <> 2