mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +00:00
3 lines
105 B
SQL
3 lines
105 B
SQL
create table a (x Int64) engine URL('https://example.com/', CSV, headers('foo' = 'bar'));
|
|
show create a;
|