Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
5.6.2
-
None
Description
To reproduce
create table t1 (c1 int, c2 int) engine=columnstore; |
select calias,c2 from (select c1 ,c2 from (select c1,c2 Calias from t1)A2) A1;
|
 |
ERROR 1054 (42S22): Unknown column 'c2' in 'field list |
Client would like this query to complete