How to Get Sum from First Row to Previous Row?
Dear gurus...I need to Get Sum of a column from First row of my result set to the Previous row based on a condition. I read Analytical Functions for this but they provide Sum from First Row to Current Row through statement " Rows Between Unbounded Preceding And Current Row". Is there any statement which calculates Sum like "Rows Between Unbounded Preceding And Previous Row" ?