1
Fork 0

add window functions (without frames

This commit is contained in:
Jake Wheat 2013-12-13 23:31:36 +02:00
parent 81e7aa818b
commit 64eb5a5c9d
4 changed files with 37 additions and 8 deletions
Language/SQL/SimpleSQL

View file

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