update case
This commit is contained in:
parent
00482e9c2c
commit
6a73aa933c
|
@ -552,7 +552,8 @@ class TDTestCase:
|
||||||
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(0)
|
tdSql.checkRows(1)
|
||||||
|
tdSql.checkData(0,0,0)
|
||||||
|
|
||||||
tdSql.query(
|
tdSql.query(
|
||||||
"select abs(c1+t1)*t1 from stb1 where abs(c1)/floor(abs(ceil(t1))) ==1")
|
"select abs(c1+t1)*t1 from stb1 where abs(c1)/floor(abs(ceil(t1))) ==1")
|
||||||
|
|
Loading…
Reference in New Issue