Simon Willison’s Weblog
Owned by simonw, visibility: Public
select to_char(date_trunc('month', created), 'YYYY-MM') as bar_label, count(*) as bar_quantity from blog_entry group by bar_label order by bar_label