mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
4 lines
155 B
SQL
4 lines
155 B
SQL
-- Tags: no-fasttest
|
|
insert into table function file('data.jsonl', 'JSONEachRow', 'x UInt32') select * from numbers(10);
|
|
select * from file('data.jsonl');
|