we should rewrite alias column to real expr, such as: ```sql select t.a from (select * from t1 where a > 1) t where t.b > 7; ```