Viewing a single comment thread. View all comments

[deleted] wrote

2

[deleted] wrote (edited )

2

Fossidarity wrote

How exactly does making a spreadsheet in SQLite work? I understand that there's rows and columns but isn't that about it?

2

[deleted] wrote (edited )

1

Fossidarity wrote

Heh I guess that could actually work, most datatypes are just TEXT and but when you need numbers you can use the types for that to do math. The only problem with the math then that it's always a direct result of the current data, instead of what other math operations did before this.

3