ClickHouse/tests/queries/0_stateless/02968_url_args.sql

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

3 lines
105 B
MySQL
Raw Normal View History

create table a (x Int64) engine URL('https://example.com/', CSV, headers('foo' = 'bar'));
show create a;