[TD-2610]<test> add test case

This commit is contained in:
Ping Xiao 2021-01-08 09:48:12 +08:00
parent 24a0b291d2
commit a05788695c
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ class TDTestCase:
tdSql.query("select spread(c1) from st")
tdSql.checkRows(0)
# tdSql.query("select stddev(c1) from st")
# tdSql.checkRows(0)
tdSql.query("select stddev(c1) from st")
tdSql.checkRows(0)
tdSql.query("select sum(c1) from st")
tdSql.checkRows(0)