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