提交 471fd29a 编写于 作者: S Shengliang Guan

test: remove case

上级 a535d374
......@@ -50,6 +50,13 @@ sql create table if not exists stb (ts timestamp, c1 int, c2 float, c3 double) t
print --> create sma
sql create sma index sma_index_name1 on stb function(max(c1),max(c2),min(c1)) interval(6m,10s) sliding(6m);
print --> show indexes
sql show d1.indexes
if $rows != 1 then
return -1
endi
return
print --> drop stb
sql drop table stb;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册