View Single Post
  #2 (permalink)  
Old 11-26-2007, 06:59 PM
Dimitar
 
Posts: n/a
Default 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
Reply With Quote