mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Implement ntile window function.
The current implementation does not allow for a dynamic expression within the sum function's parameter.
This commit is contained in:
parent
a5d300814c
commit
be3902fceb
8 changed files with 588 additions and 1 deletions
|
|
@ -7184,3 +7184,5 @@ ER_FRAME_EXCLUSION_NOT_SUPPORTED
|
|||
eng "Frame exclusion is not supported yet"
|
||||
ER_WINDOW_FUNCTION_DONT_HAVE_FRAME
|
||||
eng "This window function may not have a window frame"
|
||||
ER_INVALID_NTILE_ARGUMENT
|
||||
eng "Argument of NTILE must be greater than 0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue