On Wed, May 22, 2019 at 2:33 PM PegoraroF10 <[email protected]> wrote:
> We forgot FOR EACH ROW/STATEMENT when created our trigger.
>
> On docs it´s written {ROW/STATEMENT} between {}, so it´s needed. But why
> did
> it accepted our command to create that trigger ?
>
You only partially absorbed the syntax doc for that...in full it reads:
...
[ FOR [ EACH ] { ROW | STATEMENT } ]
You omitted the whole thing which is allowed.
David J.
