update case

This commit is contained in:
wenzhouwww@live.cn 2022-07-06 10:47:05 +08:00
parent 18e5430265
commit 7e34c3aa1f
1 changed files with 2 additions and 2 deletions

View File

@ -425,8 +425,8 @@ class TDTestCase:
tdSql.checkRows(70)
tdSql.query("select csum(c1) from stb1 partition by tbname ")
tdSql.checkRows(40)
tdSql.query("select csum(st1) from stb1 partition by tbname")
tdSql.checkRows(70)
# tdSql.query("select csum(st1) from stb1 partition by tbname")
# tdSql.checkRows(70)
tdSql.query("select csum(st1+c1) from stb1 partition by tbname")
tdSql.checkRows(40)
tdSql.query("select csum(st1+c1) from stb1 partition by tbname")