Subject | Re: [Firebird-Architect] Named arguments for SP |
---|---|
Author | Alexander Klenin |
Post date | 2005-01-18T09:58:41Z |
> Seriously speaking, your doubts are correct, my proposedAs someone has already mentioned VB, why not make it
> syntax will cause a grammar conflict in the future. But I don't have good
> suggestions right now. The only thought I have:
>
> execute procedure (<value1> as a, <value2> as b, ... )
>
> But this looks quite ugly, IMHO.
execute procedure (<value1> := a, <value2> := b, ... )