提交 92e4ad1b 编写于 作者: “happyguoxy”

test: refine query cases

上级 885c49b2
...@@ -68,12 +68,8 @@ print ================= TD-5931 ...@@ -68,12 +68,8 @@ print ================= TD-5931
sql create stable st5931(ts timestamp, f int) tags(t int) sql create stable st5931(ts timestamp, f int) tags(t int)
sql create table ct5931 using st5931 tags(1) sql create table ct5931 using st5931 tags(1)
sql create table nt5931(ts timestamp, f int) sql create table nt5931(ts timestamp, f int)
sql select interp(*) from nt5931 where ts=now sql_error select interp(*) from nt5931 where ts=now
sql select interp(*) from st5931 where ts=now sql_error select interp(*) from st5931 where ts=now
sql select interp(*) from ct5931 where ts=now sql_error select interp(*) from ct5931 where ts=now
if $rows != 0 then
return -1
endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode1 -s stop -x SIGINT
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册