ClickHouse/tests/queries/0_stateless/01801_s3_cluster.sql
Nikita Mikhaylov 4a88e5f281 Better
2021-08-31 12:54:45 +00:00

3 lines
308 B
SQL
Executable File

select * from s3('http://localhost:11111/test/{a,b,c}.tsv', 'test', 'testtest', 'TSV', 'a UInt64, b UInt64, c UInt64') ORDER BY a, b, c;
select * from s3Cluster('test_cluster_two_shards', 'http://localhost:11111/test/{a,b,c}.tsv', 'test', 'testtest', 'TSV', 'a UInt64, b UInt64, c UInt64') ORDER BY a, b, c;