Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
CREATE DATABASE memory_01069\nENGINE = Memory
1
2
3
4
CREATE TABLE memory_01069.file\n(\n `n` UInt8\n)\nENGINE = File(\'CSV\')