提交 9f653eda 编写于 作者: H Haojun Liao

[td-1752] add test cases.

上级 beb65992
...@@ -358,7 +358,7 @@ sql_error select * from t1 where ts>now-1y ...@@ -358,7 +358,7 @@ sql_error select * from t1 where ts>now-1y
sql_error select * from t1 where ts>now-1n sql_error select * from t1 where ts>now-1n
print ========================> td-1752 print ========================> td-1752
sql select * from st2 where t2 < 200 and t2 is not null; sql select * from db.st2 where t2 < 200 and t2 is not null;
if $rows != 1 then if $rows != 1 then
return -1 return -1
endi endi
...@@ -375,7 +375,7 @@ if $data02 != 1 then ...@@ -375,7 +375,7 @@ if $data02 != 1 then
return -1 return -1
endi endi
sql select * from st2 where t2 > 200 or t2 is null; sql select * from db.st2 where t2 > 200 or t2 is null;
if $rows != 0 then if $rows != 0 then
return -1 return -1
endi endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册