Trigger update
Hi,
I have a trigger as follows,
If :new.column1
then select * from table1
Now i want to include one more column in If condition
that is
If :new.column1 and :new.column2
then select * from table2
It fails erroring at :new.column2
What is the alternative? This is a trigger code for domain index.
Thanks.
I have a trigger as follows,
If :new.column1
then select * from table1
Now i want to include one more column in If condition
that is
If :new.column1 and :new.column2
then select * from table2
It fails erroring at :new.column2
What is the alternative? This is a trigger code for domain index.
Thanks.
0