不知是否正确:
select t1.id ,t1.name,t2.id,t2.name from tt1 t1,tt1 t2 where mod(t1.id,2)=0 and mod(t2.id,2)<>0 and t1.id=t2.id+1;