This commit is contained in:
liuyq-617 2021-01-04 19:21:13 +08:00
parent 6c9b2bf696
commit f355d37c67
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class TDTestCase:
tdSql.query("select first(col9) from test1")
tdSql.checkRows(1)
tdSql.checkData(0, 0, '涛思数据1')
# TD-2607 first,last + where none exist condition + interval
tdSql.query("select first(*),last(*) from test1 where ts < 23 interval(1s)")
tdSql.checkRows(0)