fix bug issue

This commit is contained in:
wpan 2021-07-06 11:47:18 +08:00
parent 06f38b5b1c
commit beff12c7ba
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ class TDTestCase:
tdSql.query("select first(ts),twa(c) from tb interval(14a)")
tdSql.checkRows(6)
tdSql.query("select twa(c) from tb group by c")
tdSql.checkRows(4)
tdSql.error("select twa(c) from tb group by c")
def stop(self):