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