Subject RE: [ib-support] Computed Field Limitation
Author sugi
> > ...
> > alter table master
> > add DetailCount integer computed by
> > (select count(*) from detail where (master.masterid =
> > detail.masterid))
> Add a pair of parenthesis (one is required by COMPUTED BY,
> the other is needed in order SELECT to become expression).
Thanks! :) That was easy...:).

> > The above query doesn't work...:)
> I "love" the description of problem "IT DOES NOT WORK" !!!
> AAAAARGH! :-)
Sorry...:)

Thanks again,
sugi.