Pull up the order by in nested aggr exprssion stmt fix the sementic error given by system

This commit is contained in:
qingzhu521
2024-05-15 13:00:59 +00:00
committed by ob-robot
parent 9cbbb91a7b
commit b7138be5c0
18 changed files with 771 additions and 497 deletions

View File

@ -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)