requête SQL pour sélectionner les numéros pair
Select * from table where id % 2 != 0
Drab Dunlin
Select * from table where id % 2 != 0