add support for extended aggregate syntax
This commit is contained in:
parent
5e56a4b560
commit
81e7aa818b
4 changed files with 41 additions and 16 deletions
Language/SQL/SimpleSQL
|
@ -21,6 +21,9 @@
|
|||
> | Star
|
||||
> | Star2 String
|
||||
> | App String [ScalarExpr]
|
||||
> | AggregateApp String (Maybe Duplicates)
|
||||
> [ScalarExpr]
|
||||
> [(ScalarExpr,Direction)]
|
||||
> -- the binop, prefixop and postfix op
|
||||
> -- are used for symbol and keyword operators
|
||||
> -- these are used even for the multiple keyword
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue