This commit is contained in:
cpwu 2022-05-25 16:49:16 +08:00
parent b9109177c8
commit bd232015de
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ class TDTestCase:
tdSql.query("select spread(c1) from ct4 group by c7")
tdSql.checkRows(3)
tdSql.query("select spread(ct2.c1) from ct4 join ct2 on ct4.ts=ct2.ts")
tdSql.checkRows(1)
self.spread_check()