sql server - SQL Compute Default Value Column -
i have 5 column in table transaction
debit, credit, rate, companydebit, companycredit
the question : how add default value companydebit
& companycredit
using following formula:
companydebit = debit * rate companycredit = credit * rate
Comments
Post a Comment