------解决方案-------------------- select * from tbl where id in(1,3,5,7,9)
------解决方案--------------------
------解决方案--------------------
SQL code
select * from TB where id in (1,3,5,7,9)
------解决方案-------------------- select * from T where id mod 2 = 0
------解决方案-------------------- select * from T where id mod 2 = 1
------解决方案--------------------