DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Trigger

  1. #1
    Join Date
    May 2001
    Location
    Brazil
    Posts
    13
    How can i reference a collumn of my table on Before Delete Trigger of this table?


    Thanks.....

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    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.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width