Re: Create two triggers in the same script.

From: Brian Tkatch <SPAMBLOCK.Maxwell_Smart_at_ThePentagon.com>
Date: 2000/05/09
Message-ID: <391841ba.15843406_at_news.alt.net>#1/1


Hey, thanx! It works well.

I just wonder why Tables, Indexes, and Sequences had no such problem.

Brian
On Tue, 09 May 2000 15:43:42 GMT, rtproffitt_at_my-deja.com wrote:

>Brian,
>
>When you type the End statement with semi-colon,
>you are still in the input mode of the editor...
>Next type Slash '/' to execute your create command.
>Thus...
> END A_Trigger;
> /
> Show Errors trigger A_Trigger [<- optional]
>
> CREATE OR REPLACE TRIGGER B_Trigger
> [etc]
> END B_Trigger;
> /
>
>Robert Proffitt
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Tue May 09 2000 - 00:00:00 CEST

Original text of this message