提交 b8efdd3e 编写于 作者: X Xiaoyu Wang

fix: some problems of parser

上级 f33959bd
......@@ -85,9 +85,3 @@ TEST_F(PlanSubqeuryTest, outerPartition) {
run("SELECT c1, COUNT(*) FROM (SELECT ts, c1 FROM st1) PARTITION BY c1");
}
TEST_F(PlanSubqeuryTest, outerApercentile) {
useDb("root", "test");
run("SELECT APERCENTILE(c1, 54) FROM (SELECT SUM(c1) AS c1 FROM t1)");
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册