ClickHouse/tests/queries/0_stateless/01069_database_memory.reference
Alexey Milovidov 65a8fe7cf0 Update tests
2020-06-15 09:14:58 +03:00

9 lines
136 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\')