A
aa
if I have a table of transactions on a bank account with two fileds:
Field_1 holds the date of the transaction
Field_2 holds the amount of the transaction
What would be the quiry which would add the third filed Field_3 containing
the balance on the account which is calculated as the value from the
previous line of Field_3 less Filed_2 from the current line?
Field_1 holds the date of the transaction
Field_2 holds the amount of the transaction
What would be the quiry which would add the third filed Field_3 containing
the balance on the account which is calculated as the value from the
previous line of Field_3 less Filed_2 from the current line?