Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
CREATE VIEW default.test_view_00599\n(\n `id` UInt64\n) AS\nSELECT *\nFROM default.test_00599\nWHERE id = (\n SELECT 1\n)