ClickHouse/tests/queries/0_stateless/02211_jsonl_format_extension.sql

4 lines
155 B
MySQL
Raw Normal View History

2022-02-10 15:14:46 +00:00
-- Tags: no-fasttest
insert into table function file('data.jsonl', 'JSONEachRow', 'x UInt32') select * from numbers(10);
select * from file('data.jsonl');