Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
select count(1) from (SELECT 1 AS a, count(1) FROM numbers(5));
select count(1) from (SELECT 1 AS a, count(1) + 1 FROM numbers(5));