数据如图 想返回 row 为1,3,5的行
求SQL 语句
select * from (select ROW_NUMBER() over(order by rec_createtime) t,* from table)t where t.t%3=0