[TD-5369]<test> modify an error about insert

This commit is contained in:
wenzhouwww 2021-07-23 10:07:02 +08:00
parent 5af5a71965
commit c133eb1cfe
1 changed files with 0 additions and 4 deletions

View File

@ -113,10 +113,6 @@ class TDTestCase:
tdSql.checkDataType(3, 1, "TIMESTAMP")
tdSql.query("select count(*) from stb0 where ts > \"2021-07-01 00:00:00.490000000\"")
tdSql.checkData(0, 0, 5000)
tdSql.query("select count(*) from stb0 where ts >now -22d-1h-3s")
tdSql.checkData(0, 0, 10000)
tdSql.query("select count(*) from stb0 where ts >now -22d-1h-3s")
tdSql.checkData(0, 0, 10000)
tdSql.query("select count(*) from stb0 where ts < 1626918583000000000")
tdSql.checkData(0, 0, 10000)