Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 5.6.2
-
Fix Version/s: 6.4.1
-
Component/s: ?
-
Labels:
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