[TD-4294]<test case>

This commit is contained in:
yihaoDeng 2021-05-31 20:48:09 +08:00
parent f6e0d1926f
commit 8543ac4e65
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class TDTestCase:
tdSql.checkData(0, 1, 1)
tdSql.checkData(1, 1, 1)
tdSql.query("select first(col1), last(col2) from test1 session(ts, 1s)")
tdSql.checkRows(2)
tdSql.checkData(0, 1, 1)