未验证 提交 722e1bb8 编写于 作者: A alexey-milovidov 提交者: GitHub

Update 01247_optimize_distributed_group_by_sharding_key_dist_on_dist.sql

上级 edea940e
......@@ -36,3 +36,6 @@ select 'Distributed(rand)-over-Distributed(rand)';
create table dist_layer_01247 as data_01247 engine=Distributed(test_cluster_two_shards, currentDatabase(), data_01247, rand());
create table dist_01247 as data_01247 engine=Distributed(test_cluster_two_shards, currentDatabase(), dist_layer_01247, number);
select count(), * from dist_01247 group by number order by number limit 1;
drop table dist_01247;
drop table dist_layer_01247;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册