Re: [sqlite] Draft: Window Functions

2018-09-12 Thread Richard Hipp
Tnx for the report. Fixed now. On 9/12/18, no...@null.net wrote: > In https://www.sqlite.org/draft/windowfunctions.html: > > "Window functions may only appears in the result set and..." > > s/appears/appear/ > > > "If default is also provided, then it is returned instead of NULL > if

[sqlite] Draft: Window Functions

2018-09-11 Thread nomad
In https://www.sqlite.org/draft/windowfunctions.html: "Window functions may only appears in the result set and..." s/appears/appear/ "If default is also provided, then it is returned instead of NULL if row identified by offset does not exist." s/if row/if the row/# 2 places - b