sql löschen wobei x oder y oder z
DELETE FROM your_table
WHERE id IN (x, y, z);
Erwan H Dev
DELETE FROM your_table
WHERE id IN (x, y, z);