So überprüfen Sie sogar oder ungerade in SQL

SELECT * 
FROM table_name 
WHERE mod(column_name,2) = 0;
arkyyadav001