Is it possible to collect certain expressions in the database.sql query Is it possible to make a filter first and then math?
1 Like
O wish to know too. Any answers?
Flipabit uses SQLite database. In other words, it will convert any data source (csv, json, etc.) to a sqlite table. You can use SQL query language: https://www.sqlitetutorial.net/
Can you describe your task in more detail?