在Oracle数据库中,查询某一列值中是偶数的结果column1,column22, a22, b35, e42, h如何写查询语句呢
select * from table where mod(column1,2) =0