Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 128 Bytes

kindle.org

File metadata and controls

1 lines (1 loc) · 128 Bytes

SELECT strftime(‘%Y-%m’, datetime(timestamp/1000, ‘unixepoch’)) as month, count(word) FROM words group by month order by month;