wip
This commit is contained in:
parent
fb29391b17
commit
517dfc465f
@ -215,6 +215,7 @@ column_reference:
|
||||
|
||||
set_function_specification:
|
||||
| aggregate_function { $1 }
|
||||
(* | grouping_function { $1 } *)
|
||||
|
||||
(*********************************)
|
||||
|
||||
|
@ -411,6 +411,10 @@ let test_aggregates () =
|
||||
let ast1 =
|
||||
Select(
|
||||
[
|
||||
Column(
|
||||
Ref("function"),
|
||||
None
|
||||
)
|
||||
],
|
||||
TableExpression(
|
||||
Some(
|
||||
|
Loading…
Reference in New Issue
Block a user