Oracle APEX – trigger before update of column on table with Interactive Grid
I’ve created a trigger that copies the value from COL_A to COL_B. It works only with changes on COL_A, and in SQL Developer everything works fine. I can change other columns values but it doesn’t trigger it. When I update COL_A, COL_B gets value of COL_A.