add window functions (without frames
This commit is contained in:
parent
81e7aa818b
commit
64eb5a5c9d
4 changed files with 37 additions and 8 deletions
Language/SQL/SimpleSQL
|
@ -24,6 +24,7 @@
|
|||
> | AggregateApp String (Maybe Duplicates)
|
||||
> [ScalarExpr]
|
||||
> [(ScalarExpr,Direction)]
|
||||
> | WindowApp String [ScalarExpr] [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