Re: Trigger, help

From: srivenu <srivenu_at_hotmail.com>
Date: 27 May 2002 04:46:26 -0700
Message-ID: <1a68177.0205270346.36088d8a_at_posting.google.com>


I think you should have one executable statement in the trigger body. try this
CREATE TRIGGER trigger_name

        BEFORE INSERT ON table_name
        BEGIN
                rem Doing something
        NULL;
        END;
Received on Mon May 27 2002 - 13:46:26 CEST

Original text of this message