paire de nombres SQL Requete
SELECT id FROM t_table WHERE id%2 = 0;
Elated Eagle
SELECT id FROM t_table WHERE id%2 = 0;