Subject | Re: [firebird-support] Re: possible trigger problem under 1.5.4.4910 |
---|---|
Author | Helen Borrie |
Post date | 2007-10-26T23:01:53Z |
At 06:10 AM 27/10/2007, you wrote:
add summarytotal computed by
(
(select sum(linetotal) from child
where child.masterid = master.masterid)
)
./heLen
>can you pass me along a sample ALTERalter table master
>TABLE with an ADD ... COMPUTED BY ... so that i can see the syntax. i
>tried a few variations but no luck.
add summarytotal computed by
(
(select sum(linetotal) from child
where child.masterid = master.masterid)
)
./heLen