Hi, I am trying to setup phoenix working with some BI solution. The issue i have is that given a tool generated query like this -> select fact.col1 from (select col1 from t1) as fact, phoenix will confuse the table alias with column family. Any suggestion?
Thx Yanlin
