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