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