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

View File

@ -207,6 +207,7 @@ class TDTestCase:
tdSql.checkRows(self.rows + 3)
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")
self.spread_check()