update case for spread

This commit is contained in:
wenzhouwww@live.cn 2022-06-17 17:36:37 +08:00
parent 5efb5deba9
commit 9eff85b680
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class TDTestCase:
tdSql.checkRows(31)
# partition by tbname or partition by tag
tdSql.query("select spread(c1),tbname from stb1 partition by tbname")
tdSql.query("select spread(c1) from stb1 partition by tbname")
query_data = tdSql.queryResult
# nest query for support max