How can i reference a collumn of my table on Before Delete Trigger of this table?
Thanks.....
Printable View
How can i reference a collumn of my table on Before Delete Trigger of this table?
Thanks.....
By default you reference it with :OLD.col_name. You can also use "REFERENCING part" of the trigger declaration to assign a different reference prefix instead of :OLD.