csphillips6
Programmer
I'm a new position with a company that uses Oracle 8 after work on on SQL Server 2000 for years.
I'm working on a report where I have to sum a table field (charge) for each row and the sum will be an aggregate based on a billing code in another table. I would use a sub-query expression for each billing category in SQL Server, but I learned this isn't supported in O 8. I've also read a lot about the OVER function which I haven't seen explicitly not supported in ver 8, but I'm having no luck with the syntax there apparently.
If anyone has had to deal with the same situation, I would appreciate any direction I should take to resolve this.
Thanks in advance for any help.
I'm working on a report where I have to sum a table field (charge) for each row and the sum will be an aggregate based on a billing code in another table. I would use a sub-query expression for each billing category in SQL Server, but I learned this isn't supported in O 8. I've also read a lot about the OVER function which I haven't seen explicitly not supported in ver 8, but I'm having no luck with the syntax there apparently.
If anyone has had to deal with the same situation, I would appreciate any direction I should take to resolve this.
Thanks in advance for any help.