update case
This commit is contained in:
parent
b0884ca9cf
commit
89b588e6d9
|
@ -537,7 +537,8 @@ class TDTestCase:
|
|||
# tdSql.checkData(0,3,33333)
|
||||
|
||||
# tag filter with abs function
|
||||
tdSql.error("select t1 from stb1 where abs(t1)=1")
|
||||
tdSql.query("select t1 from stb1 where abs(t1)=1")
|
||||
tdSql.checkRows(4)
|
||||
tdSql.query("select t1 from stb1 where abs(c1+t1)=1")
|
||||
tdSql.checkRows(2)
|
||||
# tdSql.query("select t1 from stb1 where abs(t1+c1)=1")
|
||||
|
|
Loading…
Reference in New Issue