FIND AN EVEN NUMBER MS SQL code example Example: find a even number sql Select * from table where id % 2 = 0