Pull up the order by in nested aggr exprssion stmt fix the sementic error given by system
This commit is contained in:
@ -1772,7 +1772,7 @@
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
[13] max(c1)
|
||||
@ -1865,7 +1865,7 @@
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
[14] c1 in (select t1 from table1)
|
||||
|
@ -73219,7 +73219,7 @@ SQL: select sum(c1), count(*) from t1 group by c2 order by c2 limit 100;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -73280,7 +73280,7 @@ SQL: select sum(c1), count(*) from t1 group by c2 order by c2 limit 100;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -73466,7 +73466,7 @@ SQL: select sum(c1), count(*) from t1 group by c2 order by c2 limit 100;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -73512,7 +73512,7 @@ SQL: select sum(c1), count(*) from t1 group by c2 order by c2 limit 100;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
|
@ -6742,7 +6742,7 @@ SQL: select count(*) from (select * from t1) a group by a.c2 limit 1, 10;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
=======
|
||||
"is_lob_column":false,
|
||||
@ -6930,7 +6930,7 @@ SQL: select count(*) from (select * from t1) a group by a.c2 limit 1, 10;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -7703,7 +7703,7 @@ SQL: select a.c2 from (select * from t1) a;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -7839,7 +7839,7 @@ SQL: select a.c2 from (select * from t1) a;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
|
@ -78863,7 +78863,7 @@ SQL: select * from t1, t2 where t1.c1 > any (select c2 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -79001,7 +79001,7 @@ SQL: select * from t1, t2 where t1.c1 > any (select c2 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -96135,7 +96135,7 @@ SQL: select max(k) from (select c1 * c2 as k from t2 where c2 in (select c2 from
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -96353,7 +96353,7 @@ SQL: select max(k) from (select c1 * c2 as k from t2 where c2 in (select c2 from
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -97032,7 +97032,7 @@ SQL: select max(c1 * c2) from t2 where c2 in (select c2 from t3);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -97250,7 +97250,7 @@ SQL: select max(c1 * c2) from t2 where c2 in (select c2 from t3);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -148454,7 +148454,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -148592,7 +148592,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -149862,7 +149862,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -150030,7 +150030,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -150192,7 +150192,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -152442,7 +152442,7 @@ SQL: select * from t1 where 1 < ANY(select c1 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
>>>>>>> de0eba8f08f... GIS sql syntax
|
||||
@ -155209,7 +155209,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where c2 >ALL (select c1 f
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -155377,7 +155377,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where c2 >ALL (select c1 f
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -155539,7 +155539,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where c2 >ALL (select c1 f
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -25223,7 +25223,7 @@ SQL: select max(a), min(c) from pjt1,pjt2,pjt3;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -25336,7 +25336,7 @@ SQL: select max(a), min(c) from pjt1,pjt2,pjt3;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -25478,7 +25478,7 @@ SQL: select max(a), min(c) from pjt1,pjt2,pjt3;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -25576,7 +25576,7 @@ SQL: select max(a), min(c) from pjt1,pjt2,pjt3;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -26919,7 +26919,7 @@ SQL: select count(distinct g), max(d), min(a) from pjt1,pjt2,pjt3,pjt4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -27033,7 +27033,7 @@ SQL: select count(distinct g), max(d), min(a) from pjt1,pjt2,pjt3,pjt4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -27147,7 +27147,7 @@ SQL: select count(distinct g), max(d), min(a) from pjt1,pjt2,pjt3,pjt4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -27297,7 +27297,7 @@ SQL: select count(distinct g), max(d), min(a) from pjt1,pjt2,pjt3,pjt4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -27395,7 +27395,7 @@ SQL: select count(distinct g), max(d), min(a) from pjt1,pjt2,pjt3,pjt4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -27493,7 +27493,7 @@ SQL: select count(distinct g), max(d), min(a) from pjt1,pjt2,pjt3,pjt4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -28837,7 +28837,7 @@ SQL: select sum(distinct a) from pjt1,pjt2,pjt3 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -29271,7 +29271,7 @@ SQL: select sum(distinct a) from pjt1,pjt2,pjt3 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -30725,7 +30725,7 @@ SQL: select max(a) from pjt1,pjt2,pjt3,pjt4 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -31007,7 +31007,7 @@ SQL: select max(a) from pjt1,pjt2,pjt3,pjt4 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -32007,7 +32007,7 @@ SQL: select avg(distinct c) from pjt1,pjt2,pjt3,pjt4 where a=e;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -32157,7 +32157,7 @@ SQL: select avg(distinct c) from pjt1,pjt2,pjt3,pjt4 where a=e;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -32255,7 +32255,7 @@ SQL: select avg(distinct c) from pjt1,pjt2,pjt3,pjt4 where a=e;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -32353,7 +32353,7 @@ SQL: select avg(distinct c) from pjt1,pjt2,pjt3,pjt4 where a=e;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -32835,7 +32835,7 @@ SQL: select sum(distinct a) from pjt1,pjt2,pjt3 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -32970,7 +32970,7 @@ SQL: select sum(distinct a) from pjt1,pjt2,pjt3 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -33301,7 +33301,7 @@ SQL: select sum(distinct a) from pjt1,pjt2,pjt3 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -33400,7 +33400,7 @@ SQL: select sum(distinct a) from pjt1,pjt2,pjt3 where b=d;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -34381,7 +34381,7 @@ SQL: select * from pjt1, (select min(d) as x from pjt2,pjt3) where a=x;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
>>>>>>> de0eba8f08f... GIS sql syntax
|
||||
@ -35216,11 +35216,11 @@ SQL: select * from pjt1, (select min(d) as x from pjt2,pjt3) where a=x;
|
||||
"type":0
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
=======
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
]
|
||||
@ -35566,7 +35566,7 @@ SQL: select * from pjt1, (select min(d) as x from pjt2,pjt3) where a=x;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
=======
|
||||
"is_lob_column":false,
|
||||
@ -37368,7 +37368,7 @@ SQL: select * from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":true,
|
||||
@ -37645,7 +37645,7 @@ SQL: select * from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -38205,7 +38205,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
=======
|
||||
"is_lob_column":false,
|
||||
@ -38822,7 +38822,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":true,
|
||||
@ -39155,7 +39155,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -39937,7 +39937,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -40195,7 +40195,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -40595,7 +40595,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":true,
|
||||
@ -40874,7 +40874,7 @@ SQL: select min(b) from pjt1, (select count(distinct h)as x from pjt2,pjt3,pjt4
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -42296,7 +42296,7 @@ SQL: select distinct a from pjt1 where b>(select sum(distinct c) from pjt1,pjt2
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -42553,7 +42553,7 @@ SQL: select distinct a from pjt1 where b>(select sum(distinct c) from pjt1,pjt2
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -44218,7 +44218,7 @@ SQL: select distinct a from pjt1 where b>(select avg(distinct d) from pjt1,pjt2,
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -44354,7 +44354,7 @@ SQL: select distinct a from pjt1 where b>(select avg(distinct d) from pjt1,pjt2,
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -44796,7 +44796,7 @@ SQL: select distinct a from pjt1 where b>(select avg(distinct d) from pjt1,pjt2,
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -44895,7 +44895,7 @@ SQL: select distinct a from pjt1 where b>(select avg(distinct d) from pjt1,pjt2,
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -45592,7 +45592,7 @@ SQL: select max(a) from pjt1,pjt2 where b > (select min(c) from pjt2,pjt3 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -45911,7 +45911,7 @@ SQL: select max(a) from pjt1,pjt2 where b > (select min(c) from pjt2,pjt3 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -46598,7 +46598,7 @@ SQL: select max(a) from pjt1,pjt2 where b > (select min(c) from pjt2,pjt3 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -46997,7 +46997,7 @@ SQL: select max(a) from pjt1,pjt2 where b > (select min(c) from pjt2,pjt3 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -47622,7 +47622,7 @@ SQL: select max(a) from pjt1,pjt2 where b > (select min(c) from pjt2,pjt3 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -47761,7 +47761,7 @@ SQL: select max(a) from pjt1,pjt2 where b > (select min(c) from pjt2,pjt3 where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -48404,7 +48404,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -48543,7 +48543,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -49060,7 +49060,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -49489,7 +49489,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -50147,7 +50147,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -50283,7 +50283,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -50467,7 +50467,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -50566,7 +50566,7 @@ SQL: (select count(distinct a) from pjt1,pjt2) union (select max(c) from pjt2 wh
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -51261,7 +51261,7 @@ SQL: (select max(a) from pjt1, pjt2) minus (select distinct e from pjt3,pjt4);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -51400,7 +51400,7 @@ SQL: (select max(a) from pjt1, pjt2) minus (select distinct e from pjt3,pjt4);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -52649,7 +52649,7 @@ SQL: select sum(distinct b) from pjt1, (select distinct c from pjt2, pjt3) where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -52924,7 +52924,7 @@ SQL: select sum(distinct b) from pjt1, (select distinct c from pjt2, pjt3) where
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -55035,7 +55035,7 @@ SQL: select distinct a from pjt1, pjt2 where b > (select max(e) from pjt3, pjt4)
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -55174,7 +55174,7 @@ SQL: select distinct a from pjt1, pjt2 where b > (select max(e) from pjt3, pjt4)
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -55871,7 +55871,7 @@ SQL: select count(distinct a) from pjt1,pjt2 where b in (select distinct c from
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -56153,7 +56153,7 @@ SQL: select count(distinct a) from pjt1,pjt2 where b in (select distinct c from
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -57637,7 +57637,7 @@ SQL: select count(distinct a) from pjt1,pjt2 where b in (select distinct c from
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -57776,7 +57776,7 @@ SQL: select count(distinct a) from pjt1,pjt2 where b in (select distinct c from
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -61594,7 +61594,7 @@ SQL: select avg(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -61730,7 +61730,7 @@ SQL: select avg(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -61914,7 +61914,7 @@ SQL: select avg(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -62013,7 +62013,7 @@ SQL: select avg(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -62706,7 +62706,7 @@ SQL: select max(a), sum(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -62820,7 +62820,7 @@ SQL: select max(a), sum(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -62959,7 +62959,7 @@ SQL: select max(a), sum(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -63058,7 +63058,7 @@ SQL: select max(a), sum(b) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -63836,7 +63836,7 @@ SQL: select max(a+c) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -64060,7 +64060,7 @@ SQL: select max(a+c) from pjt1, pjt2;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -68657,7 +68657,7 @@ SQL: select sum(c1) from test_simp group by c2 ,c3;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -68894,7 +68894,7 @@ SQL: select sum(c1) from test_simp group by c2 ,c3;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -69318,7 +69318,7 @@ SQL: select sum(c1) from test_simp group by c2 ,c3, c4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -69606,7 +69606,7 @@ SQL: select sum(c1) from test_simp group by c2 ,c3, c4;
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
|
@ -6340,7 +6340,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -6478,7 +6478,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -7684,7 +7684,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -7852,7 +7852,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -8014,7 +8014,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -10275,7 +10275,7 @@ SQL: select * from t1 where 1 < ANY(select c1 from t2);
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
>>>>>>> de0eba8f08f... GIS sql syntax
|
||||
@ -13042,7 +13042,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where c2 >ALL (select c1 f
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -13210,7 +13210,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where c2 >ALL (select c1 f
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -13372,7 +13372,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where c2 >ALL (select c1 f
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -16229,7 +16229,7 @@ SQL: select * from t1 where c1 !=ANY (select c1 from t2 where t1.c2=t2.c2 limit
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -16367,7 +16367,7 @@ SQL: select * from t1 where c1 !=ANY (select c1 from t2 where t1.c2=t2.c2 limit
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -125601,7 +125601,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -125737,7 +125737,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -125917,7 +125917,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -126016,7 +126016,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -127082,7 +127082,7 @@ SQL: select * from t1 where c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -127218,7 +127218,7 @@ SQL: select * from t1 where c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -127398,7 +127398,7 @@ SQL: select * from t1 where c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -127497,7 +127497,7 @@ SQL: select * from t1 where c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -128978,7 +128978,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -129114,7 +129114,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -129294,7 +129294,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -129393,7 +129393,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -130874,7 +130874,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -131010,7 +131010,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -131190,7 +131190,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -131289,7 +131289,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -132906,7 +132906,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -133042,7 +133042,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -133222,7 +133222,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -133321,7 +133321,7 @@ SQL: select * from (select * from t1 where c1 > 1 + (select avg(c2) from t2)) as
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -134819,7 +134819,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -134955,7 +134955,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -135135,7 +135135,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -135234,7 +135234,7 @@ SQL: select * from t1, t3 where t1.c1 > 1 + (select avg(c2) from t2);
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -144018,7 +144018,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2) and t1.c1 - 10 < 5;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -144195,7 +144195,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2) and t1.c1 - 10 < 5;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -145568,7 +145568,7 @@ SQL: select * from (select * from t1 where c1 >ANY (select c1 from t2)) as v whe
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -145692,7 +145692,7 @@ SQL: select * from (select * from t1 where c1 >ANY (select c1 from t2)) as v whe
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -147363,7 +147363,7 @@ SQL: select * from t1 where c1 >ANY (select c1 from t2) and t1.c1 < 10;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -148978,7 +148978,7 @@ SQL: select * from (select * from t1 where c1 <ALL (select c1 from t2)) as v whe
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -150730,7 +150730,7 @@ SQL: select * from (select * from t1 where c1 <ALL (select c1 from t2 limit 1))
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -150935,7 +150935,7 @@ SQL: select * from (select * from t1 where c1 <ALL (select c1 from t2 limit 1))
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -151097,7 +151097,7 @@ SQL: select * from (select * from t1 where c1 <ALL (select c1 from t2 limit 1))
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -152720,7 +152720,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1) and t1.c1 > 10;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -152892,7 +152892,7 @@ SQL: select * from t1 where c1 <ALL (select c1 from t2 limit 1) and t1.c1 > 10;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -156162,7 +156162,7 @@ SQL: select * from t1 where 1 < ANY(select c1 from t2) and t1.c1 - 10 = 10;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
>>>>>>> de0eba8f08f... GIS sql syntax
|
||||
},
|
||||
@ -156472,7 +156472,7 @@ SQL: select * from t1 where 1 < ANY(select c1 from t2) and t1.c1 - 10 = 10;
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
>>>>>>> de0eba8f08f... GIS sql syntax
|
||||
@ -157966,7 +157966,7 @@ SQL: select * from (select * from t1 where 1 < ANY(select c1 from t2 limit 1)) a
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
>>>>>>> de0eba8f08f... GIS sql syntax
|
||||
@ -163121,7 +163121,7 @@ SQL: select * from (select * from t1 where Exists (select c1 from t2 where t1.c2
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -163283,7 +163283,7 @@ SQL: select * from (select * from t1 where Exists (select c1 from t2 where t1.c2
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -165176,7 +165176,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where t1.c2=t2.c2) and t1.
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -165344,7 +165344,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where t1.c2=t2.c2) and t1.
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -165506,7 +165506,7 @@ SQL: select * from t1 where Exists (select c1 from t2 where t1.c2=t2.c2) and t1.
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -168260,7 +168260,7 @@ SQL: select * from (select (c1 + 1) as k from t1 where c1 <ALL (select c1 from t
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -168626,7 +168626,7 @@ SQL: select * from (select (c1 + 1) as k from t1 where c1 <ALL (select c1 from t
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -170822,7 +170822,7 @@ SQL: select (c1 + 1) as k from t1 where c1 <ALL (select c1 from t2 where t1.c2=t
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
{
|
||||
@ -170988,7 +170988,7 @@ SQL: select (c1 + 1) as k from t1 where c1 <ALL (select c1 from t2 where t1.c2=t
|
||||
"type":0
|
||||
},
|
||||
"linear_inter_expr":null,
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
@ -249259,7 +249259,7 @@ SQL: select max(k1) from (select (c1 + 1) as k1, (c2 + 1) as k2 from t1 where c
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
},
|
||||
"is_alias":false,
|
||||
@ -250241,7 +250241,7 @@ SQL: select max(k1) from (select (c1 + 1) as k1, (c2 + 1) as k2 from t1 where c
|
||||
"dl":"",
|
||||
"type":0
|
||||
},
|
||||
"is_nested_aggr":false,
|
||||
"expr_in_inner_stmt":false,
|
||||
"pl_agg_udf_expr":null
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user