blob: 12b2389a2c90512fc625525f365533d1eac60568 [file] [log] [blame]
explain plan for select * from (
-- similar predicate
select x, y, z from ( select a1, b1, avg(a1) from t1_v t1 group by a1, b1 ) as sq(x, y, z) where y similar to '%b%') t limit 0;