ClickHouse/tests/queries/0_stateless/01069_database_memory.reference
2022-02-06 23:14:08 +03:00

9 lines
134 B
Plaintext

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