This commit is contained in:
2021-10-18 10:19:17 -05:00
commit fed464e87e
8 changed files with 238 additions and 0 deletions

3
CFY.sql Normal file
View File

@@ -0,0 +1,3 @@
-- SQLite
SELECT SUM(quantity) AS qty, SUM(revenue) AS rev
FROM data WHERE description LIKE "%RoboSHOT 30E USB%" AND date >= '2021-01-01';