ClickHouse/tests/queries/0_stateless/02210_append_to_dev_dull.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
316 B
MySQL
Raw Normal View History

2022-02-10 09:19:01 +00:00
-- Tags: no-fasttest
insert into table function file('/dev/null', 'Parquet', 'number UInt64') select * from numbers(10);
insert into table function file('/dev/null', 'ORC', 'number UInt64') select * from numbers(10);
insert into table function file('/dev/null', 'JSON', 'number UInt64') select * from numbers(10);