R
Raul Sousa
I have a table called Party with several fields. One of
these fields is costs.
I have another table called Costs with the fields:
partyId, item and value.
My problem is the following: I want the cost field of the
Party table to be equal to the sum of all Costs of the
partyID.
I have no idea how to do that.
these fields is costs.
I have another table called Costs with the fields:
partyId, item and value.
My problem is the following: I want the cost field of the
Party table to be equal to the sum of all Costs of the
partyID.
I have no idea how to do that.