Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to use Column name in trigger
One solution would be to compare the variable to each of the column names.
if column_variable = 'COL1' then do COL1 stuff elsif column_variable = 'COL2' then do COL2 stuffReceived on Sat Aug 16 1997 - 00:00:00 CDT
.
.
.
end if;
![]() |
![]() |