ClickHouse/dbms/tests/queries/0_stateless/01069_database_memory.reference
2020-03-02 20:25:36 +03:00

9 lines
125 B
Plaintext

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