select * from (select RANK() OVER (ORDER BY a.kpi_id) SID, a.* from tsqm_kpi a where seq =0 and state = '0'
) obj where sid <=10 and sid > 5
) obj where sid <=10 and sid > 5
1102
3022

被折叠的 条评论
为什么被折叠?
