Subject Re: [ib-support] computed by (select) ?
Author Douglas Tosi
"Martijn Tonies" <martijn@...> escreveu na mensagem
news:C1FE56B5C29FD211A99F00A0244BE8200CF820@SRV_BISIT...
> search at www.cvalde.com for some documents about computed fields. Claudio
> has some good examples.

Thanks Martijn,

the correct syntax is:
FIELD1 COMPUTED BY ((SELECT PARAM_OUT FROM MYPROC))
although i don't have any idea why it needs double parenthesis.

dog