提交 503b2453 编写于 作者: B Benguang Zhao

test: update functions/function_last.py

上级 1c1061fe
......@@ -127,6 +127,10 @@ class TDTestCase:
tdSql.checkRows(1)
tdSql.checkData(0, 0, 9.1)
tdSql.query("select last(col6)/10 from test1")
tdSql.checkRows(1)
tdSql.checkData(0, 0, 0.91)
tdSql.query("select last(col7) from test1")
tdSql.checkRows(1)
tdSql.checkData(0, 0, True)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册