This commit is contained in:
simon petit 2025-05-05 15:36:05 +00:00
parent fb29391b17
commit 517dfc465f
2 changed files with 5 additions and 0 deletions

View File

@ -215,6 +215,7 @@ column_reference:
set_function_specification:
| aggregate_function { $1 }
(* | grouping_function { $1 } *)
(*********************************)

View File

@ -411,6 +411,10 @@ let test_aggregates () =
let ast1 =
Select(
[
Column(
Ref("function"),
None
)
],
TableExpression(
Some(