I wonder if there is any way to calculate the difference between values that are in the same column. For example: I have a table with 2 fields: date and balance. I need to add a new field containing the balance difference from one date to another.
Dia Saldo Variação
------------------------------
01/12 --- 10 ------- 0
02/12 --- 30 ------- 20
03/12 --- 70 ------- 40
04/12 --- 80 ------- 10