[TD-2607] add test case
This commit is contained in:
parent
ca3888c190
commit
6c9b2bf696
|
@ -110,6 +110,9 @@ class TDTestCase:
|
||||||
tdSql.query("select first(col9) from test1")
|
tdSql.query("select first(col9) from test1")
|
||||||
tdSql.checkRows(1)
|
tdSql.checkRows(1)
|
||||||
tdSql.checkData(0, 0, '涛思数据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)
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
tdSql.close()
|
tdSql.close()
|
||||||
|
|
Loading…
Reference in New Issue