mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
INSERT INTO test FROM INFILE data.file SELECT x
|
|
FROM input(\'x UInt32\')
|
|
INSERT INTO test FROM INFILE data.file WITH number AS x
|
|
SELECT number
|
|
FROM input(\'number UInt32\')
|