Preliminary implementation for the aggregate sum function as a window function
This implementation does not deal with the case where removal of elements from the window frame causes the item to turn to a null value.
Showing
mysql-test/r/win_sum.result
0 → 100644
mysql-test/t/win_sum.test
0 → 100644
Please register or sign in to comment