ClickHouse/tests/queries/0_stateless/02318_template_schema_inference_bug.sql

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

3 lines
223 B
MySQL
Raw Normal View History

insert into function file(data_02318.tsv) select * from numbers(10);
2022-08-22 10:48:27 +00:00
desc file('data_02318.tsv', 'Template') SETTINGS format_template_row='nonexist', format_template_resultset='nonexist'; -- {serverError FILE_DOESNT_EXIST}