blob: 0525d0f5a0f2dc7d3423e47524112b32b42c47c0 [file] [log] [blame]
explain plan for select * from (
select x, y, z from ( select min(t1.a1), t1.b1, avg(t1.a1) from t1_v t1, t2_v t2 where t1.c1 = t2.c2 group by t1.a1, t1.b1 ) as sq(x, y, z) where y not like '%b%') t limit 0;