CREATE DATABASE memory_01069 ENGINE = Memory()
1
2
3
4
CREATE TABLE memory_01069.file (`n` UInt8) ENGINE = File(\'CSV\')