>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 4:33 AM
Subject: Re: Automatic Mathmatical Computation
> Yes, you can do:
>
> update whatever set C=A*B+3 where whatever
>
> On Wednesday 24 October 2001 07:11 pm, [EMAIL PROTECTED] wrote:
At 23:11 + 10/24/01, [EMAIL PROTECTED] wrote:
>Hello,
>
>I am wondering if there is a way to make automatic computations into
>a particular column, for instance:
>
>Table ONE has column's A, B and C.
>
>When I post data to A and B, can I have C automatically calculate A
>/ B and post that an
Yes, you can do:
update whatever set C=A*B+3 where whatever
On Wednesday 24 October 2001 07:11 pm, [EMAIL PROTECTED] wrote:
> Hello,
>
> I am wondering if there is a way to make automatic computations into a
> particular column, for instance:
>
> Table ONE has column's A, B and C.
>
> When I pos
Hello,
I am wondering if there is a way to make automatic computations into a particular
column, for instance:
Table ONE has column's A, B and C.
When I post data to A and B, can I have C automatically calculate A / B and post that
answer onto column C?
Again, I want this to happen aut