Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Change Column Values onTriggers!

    Thanks,

    But I want change the value of the column!!!

    e.g.:

    in Oracle

    trigger....

    if :new.Column is Null then begin

    :new.Column := 'myValue'

    end;

    I need make the same in...

Viewing post 1 (of 1 total)