add window functions to the keyword parser hack so they work, bug #18
This commit is contained in:
parent
e54cfee62b
commit
8e9b9edd0c
2 changed files with 13 additions and 1 deletions
Language/SQL/SimpleSQL
|
@ -791,6 +791,18 @@ all the scalar expressions which start with an identifier
|
|||
> ,"var_pop"
|
||||
> ,"var_samp"
|
||||
> ,"width_bucket"
|
||||
> -- window functions added here too
|
||||
> ,"row_number"
|
||||
> ,"rank"
|
||||
> ,"dense_rank"
|
||||
> ,"percent_rank"
|
||||
> ,"cume_dist"
|
||||
> ,"ntile"
|
||||
> ,"lead"
|
||||
> ,"lag"
|
||||
> ,"first_value"
|
||||
> ,"last_value"
|
||||
> ,"nth_value"
|
||||
> ]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue