I tried to calculate difference between rows in a field using a query:
Illustrations:
input:year,month,fixes
output:increase
year | month | fixes | increase
------+-------+----------+-----------
2006 | 04 | 1 | 0
2006 | 05 | 4 | 3
2006 | 06 | 3 | -1
Increase column as output by difference between adjacent rows in fixes.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…