提交 7eac8e00 编写于 作者: W wenzhouwww@live.cn

update case abs for tag compute

上级 001c3008
...@@ -537,8 +537,8 @@ class TDTestCase: ...@@ -537,8 +537,8 @@ class TDTestCase:
# tdSql.checkData(0,3,33333) # tdSql.checkData(0,3,33333)
# tag filter with abs function # tag filter with abs function
tdSql.query("select t1 from stb1 where abs(t1)=1") # tdSql.query("select t1 from stb1 where abs(t1)=1")
tdSql.checkRows(1) # tdSql.checkRows(1)
tdSql.query("select t1 from stb1 where abs(c1+t1)=1") tdSql.query("select t1 from stb1 where abs(c1+t1)=1")
tdSql.checkRows(1) tdSql.checkRows(1)
# tdSql.query("select t1 from stb1 where abs(t1+c1)=1") # tdSql.query("select t1 from stb1 where abs(t1+c1)=1")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册