SQL -Abfrage zur Auswahl von gleichmäßigen Zahlen
Select * from table where id % 2 != 0
Drab Dunlin
Select * from table where id % 2 != 0