mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
9 lines
125 B
Plaintext
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\')
|