Zapytanie SQL, aby wybrać parzyste liczby
Select * from table where id % 2 != 0
Drab Dunlin
Select * from table where id % 2 != 0