ANY answer.
Re: creating table where 3rd column should be sum of first two columns
Hi,
You could create a trigger such that each time a row is inserted (containing only data for the first two columns), the third column is updated with the calculated sum.
Dimitar
|