Open MALLORY8K opened 3 years ago
SELECT
CAST(strftime('%Y', dateTransaction) as INTEGER) as timestamp,
sum(classe.price) as total
FROM
expense
GROUP by
CAST(strftime('%Y', dateTransaction) as INTEGER);
How i can Grou List by Date?