ClickHouse/dbms/tests/queries/0_stateless/01069_database_memory.reference

9 lines
125 B
Plaintext
Raw Normal View History

2020-01-20 20:08:47 +00:00
CREATE DATABASE memory_01069 ENGINE = Memory()
1
2
3
4
3
4
CREATE TABLE memory_01069.file (`n` UInt8) ENGINE = File(\'CSV\')