OPessoa Blog

Generating month's sums from a table with date and value

SQLite

Posted on 2016-11-14 19:13:35


First of all, how can I generate a table with all months even with zero values in sqlite?

Using only group from dates I think that's is impossible, or better, it's possible only if have values in all months.

Read More