blob: fd0e0f4f5a4f4f3fa9967283a413478db60f3766 [file] [log] [blame]
explain plan for select * from (
select x, y, z from ( select a1, b1, avg(a1) from t1_v t1 group by a1, b1 ) as sq(x, y, z) where x not in (1,2,3)) t limit 0;