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