fix bug issue
This commit is contained in:
parent
06f38b5b1c
commit
beff12c7ba
|
@ -114,8 +114,7 @@ class TDTestCase:
|
||||||
tdSql.query("select first(ts),twa(c) from tb interval(14a)")
|
tdSql.query("select first(ts),twa(c) from tb interval(14a)")
|
||||||
tdSql.checkRows(6)
|
tdSql.checkRows(6)
|
||||||
|
|
||||||
tdSql.query("select twa(c) from tb group by c")
|
tdSql.error("select twa(c) from tb group by c")
|
||||||
tdSql.checkRows(4)
|
|
||||||
|
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|
Loading…
Reference in New Issue