Oracle trigger -
11-23-2004
, 03:43 PM
I would appreciate some help constructing a trigger. I'm not familiar with
the Oracle syntax, and I haven't been able to find what I need online.
Suppose there is a column in a table that is named COLA2. In this column, I
want to enter the value of column COLA (a number column) + 1.
What is the syntax for such a trigger?
thanks
tg |