Viewing a single comment thread. View all comments

Fossidarity wrote

Reply to comment by deleted__ in by !deleted1226

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