Consulta SQL para selecionar números pares
Select * from table where id % 2 != 0
Drab Dunlin
Select * from table where id % 2 != 0