how to find even numbers in sql code example Example: find a even number sql Select * from table where id % 2 = 0