fix: print query result

This commit is contained in:
wenzhouwww@live.cn 2022-05-15 13:46:44 +08:00
parent 069f93bf34
commit 89a9982217
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ class TDTestCase:
# order by udf function result # order by udf function result
for _ in range(50): for _ in range(50):
tdSql.query("select udf2(c1) from stb1 group by 1-udf1(c1)") tdSql.query("select udf2(c1) from stb1 group by 1-udf1(c1)")
print(tdSql.queryResult)
# udf functions with filter # udf functions with filter