update case
This commit is contained in:
parent
18e5430265
commit
7e34c3aa1f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue