Avatar of emi_sastra
emi_sastra

asked on 

Computation in SQL Table Structure.

HI,

Is it possible to have a computation field in SQL Table structure such as:

1. TrsAmount Money
2. ExchRate SmallMoney .
3. TotalAmount Money DEFAULT compute(TrsAmount * ExchRate).

Something like that.

I 've seen it before, but I forget where.

Thank you.
Visual Basic.NETSQL

Avatar of undefined
Last Comment
emi_sastra

8/22/2022 - Mon