mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
3 lines
223 B
SQL
3 lines
223 B
SQL
insert into function file(data_02318.tsv) select * from numbers(10);
|
|
desc file('data_02318.tsv', 'Template') SETTINGS format_template_row='nonexist', format_template_resultset='nonexist'; -- {serverError FILE_DOESNT_EXIST}
|