test(query): update test case.
This commit is contained in:
parent
4576b0a94d
commit
91eb4ff88b
|
@ -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.query("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")
|
||||
|
|
Loading…
Reference in New Issue