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

Thread: Trigger

Threaded View

  1. #1
    Join Date
    Dec 2005
    Posts
    195

    Trigger

    All,

    Here is my pice of code from the database trigger.
    How can i validate 'GS&M (D'Ambrosio)' string. since we have quote in middle of string....

    IF :NEW.GENERIC_FN IS NULL AND :NEW.FISCGR_SUPVLASTNAME = 'GS&M (D'Ambrosio)' THEN
    :NEW.GENERIC_FN := 'Sales & Marketing';
    END IF;

    Regards
    GT
    Last edited by pranavgovind; 12-12-2005 at 11:46 AM. Reason: Added email notification

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