Subject Re: [firebird-support] Computing column in BEFORE INSERT trigger
Author Paul Vinkenoog
Milan wrote:

>>> SET TERM ^; -- set delimiter
>
> Add a space between ^ and ;
>
> set term ^ ;

That's not necessary.

set term ^;
...
set term ;^

also works fine.


Paul Vinkenoog