update case for spread
This commit is contained in:
parent
5efb5deba9
commit
9eff85b680
|
@ -246,7 +246,7 @@ class TDTestCase:
|
||||||
tdSql.checkRows(31)
|
tdSql.checkRows(31)
|
||||||
|
|
||||||
# partition by tbname or partition by tag
|
# 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
|
query_data = tdSql.queryResult
|
||||||
|
|
||||||
# nest query for support max
|
# nest query for support max
|
||||||
|
|
Loading…
Reference in New Issue