提交 671f79fb 编写于 作者: C cpwu

fix sum case

上级 8ad6d460
......@@ -61,6 +61,7 @@ class TDTestCase:
tdSql.checkData(0, 0, sum_data)
tdSql.query(f"select {condition} from {tbname} {where_condition} {group_condition} ")
tdSql.query(f"select sum( {condition} ) from {tbname} {where_condition} {group_condition} ")
def __sum_err_check(self,tbanme):
sqls = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册