Subject | RE: [ib-support] Computed Field Limitation |
---|---|
Author | sugi |
Post date | 2003-05-11T22:29Z |
> > ...Thanks! :) That was easy...:).
> > 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).
> > The above query doesn't work...:)Sorry...:)
> I "love" the description of problem "IT DOES NOT WORK" !!!
> AAAAARGH! :-)
Thanks again,
sugi.