提交 cfd94e6d 编写于 作者: C cpwu

fix case

上级 a95a5b10
......@@ -59,7 +59,7 @@ class TDTestCase:
groups = ["", group_having, group_no_having]
for group_condition in groups:
tdSql.query(f"select {condition}, length( {condition} ) from {tbname} {where_condition} {group_condition} ")
tdSql.query(f"select {condition}, char_length( {condition} ) from {tbname} {where_condition} {group_condition} ")
for i in range(tdSql.queryRows):
if not tdSql.getData(i,1):
tdSql.checkData(i, 1, None)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册