Hi guys, I'm new and just started using H2, so don't blame me for stupid questions. Is there a function to calculate cumulative sum in H2? Something like SUM(col) OVER(ORDER BY col2) in Oracle?
I know i can write my own java proc to do this, but i said i'd better check if there is something already implemented. Thank you :) -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
