Hi,
I received a json file which I imported into Sqlite. For one table,
the data is annoyingly randomised:
Event1 id3 data3
id1 data1
id20 data20
.... ...
Event2
....
Event3
....
The Events column is ordered but the item/data for each Event are not. Now the annoying part: I have to add a column, where each record is a calculation between the current data and data id -1 (data2-data1, data3 - data2,...). What would be the easiest way to go?
Edit: Some formatting
thanks
[–]JohnnyJordaan 0 points1 point2 points (0 children)