fix: test case

This commit is contained in:
wangmm0220 2022-06-23 10:23:30 +08:00
parent a28bfd0804
commit 05c0563606
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ class TDTestCase:
tdSql.checkData(0, 0, 5.3)
# tdSql.query("select twa(dataint) from jsons1 where jtag is not null")
# tdSql.checkData(0, 0, 36)
tdSql.error("select irate(dataint) from jsons1 where jtag is not null")
# tdSql.error("select irate(dataint) from jsons1 where jtag is not null")
tdSql.query("select sum(dataint) from jsons1 where jtag->'tag1' is not null")
tdSql.checkData(0, 0, 45)
tdSql.query("select stddev(dataint) from jsons1 where jtag->'tag1'>1")