mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
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\')
|