mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
6 lines
310 B
SQL
6 lines
310 B
SQL
-- Tags: no-fasttest
|
|
insert into table function file('data.avro', 'Avro', 'x UInt64') select * from numbers(10);
|
|
insert into table function file('data.avro', 'Avro', 'x UInt64') select * from numbers(10);
|
|
insert into table function file('data.avro', 'Avro', 'x UInt64') select * from numbers(10);
|
|
select 'OK';
|