Creating an automated SUM Trigger
Well as I continue to play around in Oracle, I've hit another little snag. I'm attempting to create a table that if possible will automatically calculate the sum of two columns and insert the result into a third column within the table. I figure I need a trigger that calls a function?
Thanks
0