ClickHouse/dbms/tests/queries/0_stateless/01069_database_memory.reference
2020-02-10 16:26:03 +03:00

9 lines
121 B
Plaintext

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