[TD-6046]<fix> fix ts top/bottom error

This commit is contained in:
wangmm0220 2021-08-17 18:48:01 +08:00
parent 045f873636
commit e98863b5fd
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class TDTestCase:
tdSql.checkData(3, 1, "2018-09-17 09:01:20.000")
tdSql.checkData(3, 3, "2018-09-17 09:01:20.000")
tdSql.query("select ts,derivative(col1, 10, 1),ts from tb1")
tdSql.query("select ts,derivative(col, 10, 1),ts from tb1")
tdSql.checkRows(2)
tdSql.checkData(0, 0, "2018-09-17 09:00:10.000")
tdSql.checkData(0, 1, "2018-09-17 09:00:10.000")