mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
6 lines
280 B
MySQL
6 lines
280 B
MySQL
|
-- Tags: no-fasttest
|
||
|
-- Tag no-fasttest: Depends on AWS
|
||
|
|
||
|
select COUNT() from s3Cluster('test_cluster_two_shards_localhost', 'http://localhost:11111/test/{a,b,c}.tsv');
|
||
|
select COUNT(*) from s3Cluster('test_cluster_two_shards_localhost', 'http://localhost:11111/test/{a,b,c}.tsv');
|