blob: 27bfa9e52ecb031216730e490d319bd6850f5fc3 [file] [log] [blame]
select count(*) from (select * from (select * from typeall_l order by col_int LIMIT 3 offset 2 ROWS) t1 limit 2 offset 1) t2;