Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
SELECT number, count() / 0.1 FROM (SELECT number FROM system.numbers LIMIT 10) GROUP BY number WITH TOTALS HAVING count() > 0.1 ORDER BY number