Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
-- Tags: shard
WITH arrayJoin(['hello', 'world']) AS s SELECT count(), arraySort(groupUniqArray(s)), anyHeavy(s) FROM remote('127.0.0.{2,3}', system.one);